diff options
Diffstat (limited to 'schist_core/schist_models/Cargo.toml')
| -rw-r--r-- | schist_core/schist_models/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_core/schist_models/Cargo.toml b/schist_core/schist_models/Cargo.toml index 51ac324..c20896c 100644 --- a/schist_core/schist_models/Cargo.toml +++ b/schist_core/schist_models/Cargo.toml @@ -9,6 +9,7 @@ chrono = { workspace = true, features = ["serde"] } derive_builder = { workspace = true } diesel = { workspace = true, features = ["sqlite"] } diesel_migrations = { workspace = true } +rand = { workspace = true } schist_traits = { path = "../schist_traits" } serde = { workspace = true, features = ["derive"] } |
