Implement native TestClient shell
Some checks failed
Native Rust workspace compile / compile (push) Failing after 12m49s
Some checks failed
Native Rust workspace compile / compile (push) Failing after 12m49s
This commit is contained in:
@@ -9,7 +9,7 @@ publish = false
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
libremetaverse = { path = "../crates/libremetaverse", default-features = false }
|
||||
tokio = { version = "1.47", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio = { version = "1.47", features = ["io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user