mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:30 +01:00
17 lines
404 B
TOML
17 lines
404 B
TOML
[package]
|
|
name = "yaak-database"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
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"] }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|