13 lines
300 B
TOML
13 lines
300 B
TOML
[package]
|
|
name = "aster-runner"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.32"
|
|
clap = { version = "4.3.19", features = ["derive"] }
|
|
glob = "0.3.1"
|
|
rand = "0.8.5"
|
|
xmas-elf = "0.8.0"
|