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"
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]
2021-11-17 23:59:28 +00:00
lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
tokio = { version = "1.15.0", features = ["full"] }
2021-04-30 11:33:24 +00:00
regex = "1.4.6"
http = "0.2.6"
reqwest = { version = "0.11.8", features = ["gzip"] }