chore: dev-depsの整理
This commit is contained in:
parent
2790a35acf
commit
d18de45293
|
|
@ -1,2 +1,3 @@
|
||||||
[memory]
|
[memory]
|
||||||
extract_threshold = 10000
|
extract_threshold = 10000
|
||||||
|
consolidation_threshold_files = 10
|
||||||
|
|
|
||||||
|
|
@ -30,12 +30,9 @@ memory = { workspace = true }
|
||||||
uuid = { workspace = true, features = ["v7"] }
|
uuid = { workspace = true, features = ["v7"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait = { workspace = true }
|
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
session-store = { workspace = true }
|
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ hex = "0.4.3"
|
||||||
protocol = { workspace = true }
|
protocol = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "fs", "io-util"] }
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
async-trait = { workspace = true }
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user