mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
fdb9d06ff6
There are some 2021-edition crates that Cargo was warning about.
9 lines
84 B
TOML
9 lines
84 B
TOML
[workspace]
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"attic",
|
|
"client",
|
|
"server",
|
|
"token",
|
|
]
|