mirror of https://github.com/aya-rs/aya
14 lines
318 B
TOML
14 lines
318 B
TOML
[package]
|
|
name = "init"
|
|
version = "0.1.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true, features = ["std"] }
|
|
nix = { workspace = true, features = ["fs", "mount", "reboot"] }
|