lychee/examples/builder/Cargo.toml

15 lines
326 B
TOML
Raw Normal View History

2021-04-30 11:33:24 +00:00
[package]
name = "builder"
version = "0.1.0"
edition = "2018"
[[example]]
name = "builder"
path = "builder.rs"
[dependencies]
2021-09-03 23:49:29 +00:00
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
tokio = { version = "1.12.0", features = ["full"] }
2021-04-30 11:33:24 +00:00
regex = "1.4.6"
http = "0.2.5"
2021-04-30 11:33:24 +00:00
reqwest = { version = "0.11.3", features = ["gzip"] }