qbittorrent_web_api/parser/Cargo.toml

10 lines
146 B
TOML
Raw Normal View History

2022-07-10 17:06:19 +02:00
[package]
name = "parser"
version = "0.1.0"
edition = "2021"
[dependencies]
md-parser = { path = "../md-parser" }
case = "1.0.0"
regex = "1.6.0"