mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
18 lines
395 B
TOML
18 lines
395 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
name = "robotstxt"
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
nom.workspace = true
|
|
percent-encoding.workspace = true
|
|
url.workspace = true
|
|
|
|
[dev-dependencies]
|
|
proptest.workspace = true
|
|
regex.workspace = true
|