WIP: Add ICU bindings for stringprep, idna2008 and spoof checker.
This commit is contained in:
parent
a425a039ca
commit
6eb25755a3
12 changed files with 671 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[workspace]
|
||||
members = [ # alphabetically sorted
|
||||
"icu",
|
||||
"jid",
|
||||
"minidom",
|
||||
"parsers",
|
||||
|
|
@ -8,6 +9,7 @@ members = [ # alphabetically sorted
|
|||
]
|
||||
|
||||
[patch.crates-io]
|
||||
icu = { path = "icu" }
|
||||
jid = { path = "jid" }
|
||||
minidom = { path = "minidom" }
|
||||
tokio-xmpp = { path = "tokio-xmpp" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue