1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00
attic/Cargo.toml
Cole Helbling fdb9d06ff6 Cargo.toml: set resolver = 2
There are some 2021-edition crates that Cargo was warning about.
2023-12-18 09:28:43 -07:00

9 lines
84 B
TOML

[workspace]
resolver = "2"
members = [
"attic",
"client",
"server",
"token",
]