Files
ubw-network/ubw-sward/Cargo.toml

19 lines
386 B
TOML
Raw Permalink Normal View History

2025-09-01 02:56:14 +09:00
[package]
name = "ubw-sward"
version = "0.1.0"
edition = "2024"
[dependencies]
2025-09-01 18:28:01 +09:00
tokio = { workspace = true }
tower = { workspace = true }
2025-09-01 18:53:24 +09:00
reqwest = {workspace = true}
url = {workspace = true}
rand = {workspace = true}
2025-09-01 19:46:17 +09:00
thiserror = {workspace = true}
compact_str = {workspace = true}
bytes = {workspace = true}
2025-09-06 18:16:30 +09:00
libc = "0.2"
socket2 = "0.6"
2025-09-04 00:57:59 +09:00
wyrand = "0.3"
2025-09-01 20:28:44 +09:00
regex = "1.11"
tokio-util = "0.7"