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.
|
|
|
[package]
|
|
|
|
name = "prague"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jiří Sejkora <sejsel@sejsel.cz>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder = "1.3.4"
|
|
|
|
rand = "0.8.0"
|
|
|
|
indicatif = "0.15.0"
|
|
|
|
itertools = "0.10.0"
|
|
|
|
rusqlite = "0.24.2"
|
|
|
|
regex = "1.4.3"
|
|
|
|
rayon = "1.5.0"
|
|
|
|
soup = "0.5.0"
|
|
|
|
chrono = "0.4.19"
|
|
|
|
|
|
|
|
[dependencies.reqwest]
|
|
|
|
version = "0.11.0"
|
|
|
|
features = ["blocking"]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "prague"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "import-logs"
|
|
|
|
path = "src/import-logs.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "combine"
|
|
|
|
path = "src/combine-layouts.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "optimize-subcity"
|
|
|
|
path = "src/optimize-subcity.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "upload-bot"
|
|
|
|
path = "src/upload-bot.rs"
|