mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-28 02:10:27 +00:00
15 lines
No EOL
325 B
TOML
15 lines
No EOL
325 B
TOML
[package]
|
|
name = "builder"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[[example]]
|
|
name = "builder"
|
|
path = "builder.rs"
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
|
tokio = { version = "1.6.0", features = ["full"] }
|
|
regex = "1.4.6"
|
|
http = "0.2.4"
|
|
reqwest = { version = "0.11.3", features = ["gzip"] } |