[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" }