Archived
3
0

remove some bloat from cd pipeline

This commit is contained in:
2025-03-09 23:50:12 +01:00
parent cd62cacb62
commit 1793b092b3
7 changed files with 50 additions and 192 deletions

View File

@@ -15,7 +15,7 @@ inferium = { path = "./lib/inferium", features = ["async", "tokio-net", "tokio-u
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.140"
sled = "0.34.7"
tokio = { version = "1.43.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["macros", "sync", "rt", "rt-multi-thread"] }
[features]
dev = []