diff --git a/Cargo.toml b/Cargo.toml index 2d90ec9..e372111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,6 @@ tracing-appender = "0.2.3" log = "0.4.21" clap-verbosity-flag = "2.2.0" colored = "2.1.0" -diesel_migrations = "2.1.0" uuid = { version = "1.8.0", features = ["v4", "fast-rng"] } quote = "1.0.36" syn = { version = "2.0.65", features = ["full"] } diff --git a/diesel.toml b/diesel.toml deleted file mode 100644 index ed65b79..0000000 --- a/diesel.toml +++ /dev/null @@ -1,9 +0,0 @@ -# For documentation on how to configure this file, -# see https://diesel.rs/guides/configuring-diesel-cli - -[print_schema] -file = "crates/data/src/schema.rs" -custom_type_derives = ["diesel::query_builder::QueryId"] - -[migrations_directory] -dir = "migrations"