mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
14 lines
376 B
TOML
14 lines
376 B
TOML
[package]
|
|
name = "compat"
|
|
version = "0.1.0"
|
|
authors = ["Aiden McClelland <me@drbonez.dev>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
serde = { version="1.0.118", features=["derive", "rc"] }
|
|
serde_yaml = "0.8.17"
|
|
embassy-os = { path="../appmgr", default-features=false }
|