feat: shell for packages and custom flakes

This commit is contained in:
Callum Leslie 2024-09-10 19:59:23 +01:00
parent 89c01b9845
commit 0e3dc2cc29
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
4 changed files with 1101 additions and 1 deletions

View file

@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
runix = "0.1.1"
tokio = { version = "1", features = ["full"] }