scansion-rs/Cargo.toml
Maxime “pep” Buquet e1d512e82f
Add quote support for Entity
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-10-29 13:48:15 +01:00

21 lines
492 B
TOML

[package]
name = "scansion"
version = "0.1.0"
edition = "2021"
authors = ["Maxime “pep” Buquet <pep@bouah.net>"]
license = "MPL-2.0"
description = "Reimplementation of the Scansion project in Rust"
[dependencies]
nom = "7.1"
jid = { version = "*", features = [ "minidom", "quote" ] }
minidom = "*"
xmpp-parsers = "0.20"
nom_locate = "4.0.0"
rand = "0.8"
proc-macro2 = "*"
quote = "1.0"
# [patch.crates-io]
# jid = { path = "../xmpp-rs/jid" }
# minidom = { path = "../xmpp-rs/minidom" }