mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 17:33:10 +00:00
15 lines
251 B
TOML
15 lines
251 B
TOML
|
|
[package]
|
||
|
|
name = "weft-pack"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
|
||
|
|
[[bin]]
|
||
|
|
name = "weft-pack"
|
||
|
|
path = "src/main.rs"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
anyhow = "1.0"
|
||
|
|
serde = { version = "1", features = ["derive"] }
|
||
|
|
toml = "0.8"
|