initial commit

This commit is contained in:
2024-02-08 17:34:21 +01:00
commit 7a8554d313
8 changed files with 1129 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "elf"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = "1.14.0"
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.11"
rand = "0.8.5"
rend = { version = "0.4.1", features = ["bytemuck"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"