mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
12 lines
284 B
TOML
12 lines
284 B
TOML
|
[package]
|
||
|
name = "interned-minidom"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
string-interner = "*"
|
||
|
lazy_static = "*"
|