lychee/examples/builder/Cargo.toml

16 lines
329 B
TOML
Raw Normal View History

2021-04-30 11:33:24 +00:00
[package]
name = "builder"
version = "0.1.0"
2021-12-17 00:32:13 +00:00
edition = "2021"
2021-04-30 11:33:24 +00:00
[[example]]
name = "builder"
path = "builder.rs"
[dependencies]
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.9"
reqwest = { version = "0.11.14", features = ["gzip"] }