You've already forked AstralRinth
forked from didirus/AstralRinth
Profile mod management
This commit is contained in:
@@ -11,7 +11,9 @@ bytes = "1"
|
||||
bincode = { version = "2.0.0-rc.1", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
sha1 = { version = "0.6.0", features = ["std"]}
|
||||
toml = "0.7.3"
|
||||
sha1 = { version = "0.6.1", features = ["std"]}
|
||||
sha2 = "0.9.9"
|
||||
sled = { version = "0.34.7", features = ["compression"] }
|
||||
url = "2.2"
|
||||
uuid = { version = "1.1", features = ["serde", "v4"] }
|
||||
@@ -29,7 +31,7 @@ tracing = "0.1"
|
||||
tracing-error = "0.2"
|
||||
|
||||
|
||||
async-tungstenite = { version = "0.17", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
async-tungstenite = { version = "0.20.0", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
futures = "0.3"
|
||||
once_cell = "1.9.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
|
||||
Reference in New Issue
Block a user