kubi/kubi-server/Cargo.toml

10 lines
177 B
TOML
Raw Normal View History

2023-01-29 18:46:22 -06:00
[package]
name = "kubi-server"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-01-29 19:37:11 -06:00
kubi-shared = { path = "../kubi-shared" }
2023-02-07 19:29:29 -06:00
kubi-udp = { path = "../kubi-udp" }
2023-02-10 13:36:58 -06:00
shipyard = "0.6"