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
2025-03-05 08:17:05 +00:00
Code
Activity
e305e7ef79
attic
/
Cargo.toml
10 lines
84 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial public commit
2022-12-31 17:01:07 -07:00
[
workspace
]
Cargo.toml: set resolver = 2 There are some 2021-edition crates that Cargo was warning about.
2023-12-18 09:28:43 -07:00
resolver
=
"2"
Initial public commit
2022-12-31 17:01:07 -07:00
members
=
[
"attic"
,
"client"
,
"server"
,
Refactor token into a separate crate
2023-01-08 00:57:22 -07:00
"token"
,
Initial public commit
2022-12-31 17:01:07 -07:00
]
Copy permalink