feat: add quirks path
This commit is contained in:
11
crates/quirks_path/Cargo.toml
Normal file
11
crates/quirks_path/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "quirks_path"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nom = "7.1.3"
|
||||
percent-encoding = "2.3.1"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
thiserror = "1.0.57"
|
||||
url = "2.5.0"
|
||||
Reference in New Issue
Block a user