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 936e5c451b Cargo.toml: set resolver = 2
There are some 2021-edition crates that Cargo was warning about.
2023-11-11 12:59:01 -08:00

9 lines
84 B
TOML

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