mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
16 lines
403 B
TOML
16 lines
403 B
TOML
[package]
|
|
name = "models"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
|
|
"trace",
|
|
] }
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
thiserror = "1.0"
|
|
emver = { version = "0.1", features = ["serde"] }
|
|
rand = "0.8"
|