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]
2022-07-27 08:48:36 +00:00
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.21.2", features = ["full"] }
regex = "1.6.0"
http = "0.2.8"
reqwest = { version = "0.11.12", features = ["gzip"] }