Implement native IRC gateway
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s
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 = ["macros", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio = { version = "1.47", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user