mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-01-30 19:15:17 +01:00
18 lines
417 B
TOML
18 lines
417 B
TOML
[package]
|
|
name = "database"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bitcode = "0.6.7"
|
|
chrono = "0.4.42"
|
|
dirs = "6.0.0"
|
|
drop-consts = { version = "0.1.0", path = "../drop-consts" }
|
|
log = "0.4.28"
|
|
native_model = { version = "0.6.4", features = ["rmp_serde_1_3"], git = "https://github.com/Drop-OSS/native_model.git"}
|
|
rustbreak = "2.0.0"
|
|
serde = "1.0.228"
|
|
serde_with = "3.15.0"
|
|
url = "2.5.7"
|
|
whoami = "1.6.1"
|