summaryrefslogtreecommitdiff
path: root/rust/schist_traits
diff options
context:
space:
mode:
Diffstat (limited to 'rust/schist_traits')
-rw-r--r--rust/schist_traits/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/rust/schist_traits/Cargo.toml b/rust/schist_traits/Cargo.toml
index 6e07c59..1515eda 100644
--- a/rust/schist_traits/Cargo.toml
+++ b/rust/schist_traits/Cargo.toml
@@ -2,14 +2,3 @@
name = "schist_traits"
version = "0.1.0"
edition = "2021"
-
-[dependencies]
-anyhow = { workspace = true }
-chrono = { workspace = true, features = ["serde"] }
-derive_builder = { workspace = true }
-diesel = { workspace = true, features = ["sqlite"] }
-diesel_migrations = { workspace = true }
-serde = { workspace = true, features = ["derive"] }
-
-[dev-dependencies]
-libsqlite3-sys = { workspace = true, features = ["bundled"] }