You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
528 B
16 lines
528 B
[package]
|
|
name = "northbound-train"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.18", features = [ "derive" ] }
|
|
eggbug = { version = "0.1.2", features = [ "tokio" ] }
|
|
reqwest = "0.11.12"
|
|
rocket = { version = "0.5.0-rc.2", features = [ "json" ] }
|
|
serde = { version = "1.0.147", features = [ "derive" ] }
|
|
tokio = { version = "1.21.2", features = [ "full" ] }
|
|
serde_json = "1.0.87"
|
|
once_cell = "1.16.0"
|
|
|