12 lines
244 B
TOML
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" }
|