diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ default-run = "thulani" name = "batch_delmeme" required-features = ["db"] +[[bin]] +name = "convert_null_guilds" +required-features = ["db"] + [features] default = ["db", "games", "windows_autostart_postgres"] db = ["dep:diesel", "dep:diesel-async", "dep:diesel_async_migrations", "dep:tokio-postgres", "dep:deadpool-postgres"] |
