diff options
Diffstat (limited to 'rust/schist_queries')
| -rw-r--r-- | rust/schist_queries/Cargo.toml | 1 | ||||
| -rw-r--r-- | rust/schist_queries/src/accounts.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/rust/schist_queries/Cargo.toml b/rust/schist_queries/Cargo.toml index 9822847..2cd0c03 100644 --- a/rust/schist_queries/Cargo.toml +++ b/rust/schist_queries/Cargo.toml @@ -10,7 +10,6 @@ diesel = { workspace = true, features = ["sqlite"] } schist_models = { path = "../schist_models" } schist_schema = { path = "../schist_schema" } schist_traits = { path = "../schist_traits" } -serde = { workspace = true, features = ["derive"] } [dev-dependencies] diesel_migrations = { workspace = true } diff --git a/rust/schist_queries/src/accounts.rs b/rust/schist_queries/src/accounts.rs index e8a4f53..ead281a 100644 --- a/rust/schist_queries/src/accounts.rs +++ b/rust/schist_queries/src/accounts.rs @@ -1,6 +1,5 @@ use anyhow::{Context, Result}; use diesel::{QueryDsl, RunQueryDsl, SelectableHelper, SqliteConnection}; - use schist_models::account::Account; use schist_schema::schema::accounts::dsl::accounts as accounts_table; |
