bus/Cargo.toml
2024-11-08 23:38:58 -08:00

14 lines
297 B
TOML

[package]
name = "bus"
version = "0.1.0"
edition = "2021"
readme="README.md"
license-file="LICENSE.txt"
repository="https://git.yukiri.dev/Utility/bus-rs/"
publish = false
[dependencies]
tokio = { version = "1.41.1", features = ["full"] }
pool = { git = "https://git.tsukiyo.org/Utility/pool" }