2021-01-03 17:42:50 +00:00
|
|
|
[package]
|
|
|
|
name = "holocal"
|
2021-01-04 03:32:33 +00:00
|
|
|
version = "0.1.1"
|
2021-01-03 17:42:50 +00:00
|
|
|
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]
|
|
|
|
reqwest = { version = "0.10.10", features = ["default-tls"] }
|
|
|
|
tokio = { version = "0.2.22", features = ["rt-core"] }
|