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

10 lines
84 B
TOML

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