scansion-rs/Cargo.toml
Maxime “pep” Buquet 12299c5898
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Cargo.toml: minidom 0.15.1 was released with the necessary changes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-01-16 14:40:19 +01:00

20 lines
412 B
TOML

[package]
name = "scansion-dsl"
version = "0.1.0"
edition = "2021"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
license = "MPL-2.0"
description = "Parser for the Scansion DSL"
[dependencies]
nom = "7.1"
jid = "0.9"
minidom = "0.15.1"
nom_locate = "4.0.0"
[dev-dependencies]
pretty_assertions = "1.3"
# [patch.crates-io]
# jid = { path = "../xmpp-rs/jid" }
# minidom = { path = "../xmpp-rs/minidom" }