Implement native IRC gateway
All checks were successful
Native Rust workspace compile / compile (push) Successful in 21m47s

This commit is contained in:
2026-08-11 09:38:45 +00:00
parent bb7f419ca0
commit d1e05d1b30
6 changed files with 1849 additions and 3 deletions

View File

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