invadeez/Cargo.toml
2023-01-22 21:50:58 +01:00

13 lines
238 B
TOML

[package]
name = "invadeez"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[[bin]]
name = "decompiler"
path = "src/decompiler/main.rs"