b2_rs_bin/Cargo.toml
2025-01-23 11:57:53 -05:00

13 lines
223 B
TOML

[package]
name = "base2"
version = "0.1.0"
edition = "2021"
[dependencies]
b2 = { git = "https://git.hitchhiker-linux.org/jeang3nie/b2_rs.git" }
getopts = "0.2"
[profile.release]
lto = true
codegen-units = 1
strip = true