mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 23:57:57 +01:00
24 lines
762 B
TOML
24 lines
762 B
TOML
[package]
|
|
name = "yaak-models"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
hex = { workspace = true }
|
|
include_dir = "0.7"
|
|
log = { workspace = true }
|
|
nanoid = "0.4.0"
|
|
r2d2 = "0.8.10"
|
|
r2d2_sqlite = { version = "0.25.0" }
|
|
rusqlite = { version = "0.32.1", features = ["bundled", "chrono"] }
|
|
sea-query = { version = "0.32.1", features = ["with-chrono", "attr"] }
|
|
sea-query-rusqlite = { version = "0.7.0", features = ["with-chrono"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
ts-rs = { workspace = true, features = ["chrono-impl", "serde-json-impl"] }
|
|
yaak-core = { workspace = true }
|