16 lines
338 B
TOML
16 lines
338 B
TOML
[package]
|
|
name = "holocal"
|
|
version = "0.1.5"
|
|
authors = ["blank X <theblankx@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.0", features = ["rt"] }
|
|
reqwest = "0.11"
|
|
quick-xml = "0.20"
|