Pass the port as cli arg

This commit is contained in:
Sander Declerck 2025-12-12 13:36:57 +01:00
parent 10fd0dbcf6
commit dfec771fe3
No known key found for this signature in database
4 changed files with 303 additions and 12 deletions

View file

@ -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"] }