[package] version = "0.0.1" name = "remora" description="remora" edition = "2021" authors = ["nickfrosty"] license ="Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version ="4.3.10", features = ["derive"] } serde = "1.0.164" serde_json = "1.0.99" tokio = "1.29.1"