swordfish/Cargo.toml
tretrauit 8eb622f479 feat: swordfish-user
Also move tesseract implementation to swordfish cuz only the bot uses it.
2024-01-07 19:19:40 +07:00

8 lines
131 B
TOML

[workspace]
resolver = "1"
members = [
"swordfish-common",
"swordfish"
, "swordfish-user"]
default-members = ["swordfish"]