bus/Cargo.toml
2024-05-06 20:48:04 -07:00

12 lines
244 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]
pool = { git = "https://git.tsukiyo.org/Utility/pool" }