This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
attic
Watch
1
Star
0
Fork
You've already forked attic
0
mirror of
https://github.com/zhaofengli/attic.git
synced
2024-12-14 11:57:30 +00:00
Code
Activity
2b05b7d986
attic
/
Cargo.toml
10 lines
84 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial public commit
2023-01-01 00:01:07 +00:00
[
workspace
]
Cargo.toml: set resolver = 2 There are some 2021-edition crates that Cargo was warning about.
2023-12-18 16:28:43 +00:00
resolver
=
"2"
Initial public commit
2023-01-01 00:01:07 +00:00
members
=
[
"attic"
,
"client"
,
"server"
,
Refactor token into a separate crate
2023-01-08 07:57:22 +00:00
"token"
,
Initial public commit
2023-01-01 00:01:07 +00:00
]
Copy permalink