mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
256 B
TOML
11 lines
256 B
TOML
1 year ago
|
[package]
|
||
|
name = "init"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Tamir Duberstein <tamird@gmail.com>"]
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = { workspace = true, features = ["std"] }
|
||
|
nix = { workspace = true, features = ["fs", "mount", "reboot"] }
|