mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
24 lines
323 B
TOML
24 lines
323 B
TOML
[package]
|
|
|
|
name = "shadowsocks-rust"
|
|
version = "0.0.1"
|
|
authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
|
|
|
|
[lib]
|
|
|
|
name = "shadowsocks"
|
|
|
|
[[bin]]
|
|
|
|
name = "sslocal"
|
|
path = "src/bin/local.rs"
|
|
|
|
[[bin]]
|
|
|
|
name = "ssserver"
|
|
path = "src/bin/server.rs"
|
|
|
|
# [dependencies.rust-crypto]
|
|
|
|
# git = "https://github.com/DaGenix/rust-crypto.git"
|