10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-10-30 05:24:26 +01:00
zns/zns-daemon/Cargo.toml

12 lines
164 B
TOML
Raw Normal View History

2024-07-29 21:46:56 +02:00
[package]
name = "zns-daemon"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = {version = "1.36.0"}
[dependencies.zns]
version = "0.1.0"
path = "../zns"