mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-21 07:00:24 +00:00
15 lines
329 B
TOML
15 lines
329 B
TOML
[package]
|
|
name = "builder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "builder"
|
|
path = "builder.rs"
|
|
|
|
[dependencies]
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
|
tokio = { version = "1.20.1", features = ["full"] }
|
|
regex = "1.6.0"
|
|
http = "0.2.8"
|
|
reqwest = { version = "0.11.11", features = ["gzip"] }
|