summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ae9edfb28278f96ab94f2c5ab5914cbfd9161720 (plain)
1
2
3
4
5
6
7
8
9
[workspace]
resolver = "2"

members = [
    "libs/db",
    "bin/bot", 
    "bin/index", 
    "bin/cli"
]