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

10 lines
97 B
TOML
Raw Normal View History

2024-07-29 21:46:56 +02:00
[workspace]
2024-08-10 23:47:39 +02:00
resolver = "2"
2024-02-20 23:23:23 +01:00
2024-07-29 21:46:56 +02:00
members = [
"zns",
"zns-cli",
"zns-daemon",
2024-10-09 19:23:49 +02:00
"fuzz"
2024-07-29 21:46:56 +02:00
]