mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-05 11:10:25 +00:00
13 lines
182 B
TOML
13 lines
182 B
TOML
[package]
|
|
name = "dynatos-html-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
anyhow = { workspace = true }
|
|
unicode-xid = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|