mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Pass the port as cli arg
This commit is contained in:
parent
10fd0dbcf6
commit
dfec771fe3
4 changed files with 303 additions and 12 deletions
|
|
@ -4,5 +4,6 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "boring"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue