mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2026-03-02 22:55:24 +01:00
10 lines
195 B
TOML
10 lines
195 B
TOML
[workspace]
|
|
members = ["book_bot", "book_bot_macros"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
tracing = "0.1.41"
|
|
syn = { version = "2.0", features = ["full"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|