mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
use lru-cache on crates.io
This commit is contained in:
@@ -59,8 +59,7 @@ env_logger = "^0.3.2"
|
||||
rust-crypto = "^0.2.34"
|
||||
ip = "1.0.0"
|
||||
openssl = "^0.7.1"
|
||||
#lru-cache = "^0.0.5"
|
||||
lru-cache = { git = "https://github.com/zonyitoo/lru-cache.git" }
|
||||
lru-cache = "^0.0.6"
|
||||
|
||||
[dependencies.coio]
|
||||
git = "https://github.com/zonyitoo/coio-rs.git"
|
||||
|
||||
Reference in New Issue
Block a user