Finished adding a basic flake

It can now build the Linux C2 beacon
This commit is contained in:
Andrew Rioux
2024-01-23 23:26:58 -05:00
parent b2278cc8e8
commit 4475d23d1d
10 changed files with 94 additions and 41 deletions

View File

@@ -10,10 +10,12 @@ ecies-ed25519 = { version = "0.5.1", features = ["serde"] }
ed25519-dalek = "1.0.1"
libc = "0.2.147"
rand = "0.7"
raw_tty = "0.1.0"
rmp-serde = "1.1.2"
serde = { version = "1.0.188", features = ["derive"] }
sparse-05-common = { version = "0.1.0", path = "../sparse-05-common" }
structopt = { version = "0.3.26", features = ["paw"] }
tempfile = "3.8.0"
tokio = { version = "1.32.0", features = ["io-std", "net", "fs", "macros", "rt"] }
[target.'cfg(unix)'.dependencies]
raw_tty = "0.1.0"