Add the source code
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["bf-macro"]
|
||||
|
||||
[package]
|
||||
name = "reverse-engineer-is-stupid"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
smallvec = { version = "1.15", features = ["union", "const_generics", "const_new"] }
|
||||
bf-macro = { path = "./bf-macro" }
|
||||
hex = "0.4"
|
||||
aes-gcm = "0.10"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = 3
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
debug = false
|
||||
Reference in New Issue
Block a user