jid: Add feature alias 'stringprep'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6bfe707789
commit
a91157aa80
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
|||
icu = { version = "0.1", optional = true }
|
||||
minidom = { version = "0.15", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
stringprep = ["icu"]
|
||||
|
|
Loading…
Reference in a new issue