scansion-rs/Cargo.toml
Maxime “pep” Buquet 974a942f5a
Implement scansion:strict
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-04-15 19:08:25 +02:00

17 lines
366 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"
# [patch.crates-io]
# jid = { path = "../xmpp-rs/jid" }
# minidom = { path = "../xmpp-rs/minidom" }