Mod Management API (#81)

* Profile mod management

* remove print statement
This commit is contained in:
Geometrically
2023-04-13 12:03:15 -07:00
committed by GitHub
parent bb126c0545
commit f8173d3b78
22 changed files with 616 additions and 252 deletions

View File

@@ -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]