gege-jdr-backend/Cargo.toml
Lucien Cartier-Tilet 3ef21ea010
Some checks failed
CI / tests (pull_request) Failing after 1s
CI / tests (push) Failing after 4m57s
feat: add new crud macro for easier entity manipulation in DB
2025-01-15 03:40:36 +01:00

10 lines
109 B
TOML

[workspace]
members = [
"gejdr-core",
"gejdr-bot",
"gejdr-backend",
"gejdr-macros"
]
resolver = "2"