mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-27 19:57:57 +01:00
13 lines
291 B
TOML
13 lines
291 B
TOML
[package]
|
|
name = "rkvm-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
humantime = "2.1.0"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
toml = "0.8.14"
|