lychee/examples/builder/Cargo.toml

16 lines
327 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-01-10 00:38:46 +00:00
lychee-lib = { path = "../../lychee-lib", version = "0.8.2" }
tokio = { version = "1.15.0", features = ["full"] }
2022-01-10 21:35:37 +00:00
regex = "1.5.4"
http = "0.2.6"
reqwest = { version = "0.11.9", features = ["gzip"] }