You've already forked AstralRinth
forked from didirus/AstralRinth
Mod Management API (#81)
* Profile mod management * remove print statement
This commit is contained in:
@@ -34,7 +34,6 @@ tracing-error = "0.2"
|
||||
|
||||
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"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = { version = "0.1", features = ["fs"] }
|
||||
@@ -45,8 +44,4 @@ dunce = "1.0.3"
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winreg = "0.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
argh = "0.1.6"
|
||||
pretty_assertions = "1.1.0"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user