batman
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "revsh"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
arti-client = { version = "0.34.0", features = ["onion-service-client"] }
|
||||
openssl = { version = "0.10.73", features = ["vendored"] }
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
pretty_env_logger = "0.5.0"
|
||||
daemonize = "0.5.0"
|
||||
log = "0.4.28"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
lto = true
|
||||
|
||||
[features]
|
||||
static = ["arti-client/static"]
|
||||
tor = []
|
||||
Reference in New Issue
Block a user