Skip to content

Commit 6e5ea04

Browse files
committed
minor changes
1 parent 1bcf0b9 commit 6e5ea04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ rust-version = "1.80"
1313
[lib]
1414
crate-type = ["staticlib", "cdylib", "lib"]
1515

16+
[[bin]]
17+
name = "socks-hub"
18+
required-features = ["sockshub", "acl"]
19+
1620
[features]
1721
default = ["sockshub", "acl"]
1822
acl = [
@@ -80,7 +84,3 @@ socks5-impl = { version = "0.6", default-features = false, features = [
8084
], optional = true }
8185
tokio = { version = "1", features = ["full"], optional = true }
8286
url = { version = "2", optional = true }
83-
84-
[[bin]]
85-
name = "socks-hub"
86-
required-features = ["sockshub", "acl"]

0 commit comments

Comments
 (0)