Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuoZijun committed Jan 10, 2021
1 parent dd830c7 commit 091a92c
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 37 deletions.
3 changes: 2 additions & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ iprange = "0.6"
regex = "1.4"

serde = { version = "1.0", features = ["derive"] }
json5 = "0.3"
# json5 = "0.3"
json = { git = "https://github.com/LuoZijun/json-rust", branch = "json5" }

shadowsocks = { version = "1.9", path = "../shadowsocks" }

Expand Down
Loading

0 comments on commit 091a92c

Please sign in to comment.