diff options
Diffstat (limited to '')
| -rw-r--r-- | stanza/Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml index 2832ed6..884584a 100644 --- a/stanza/Cargo.toml +++ b/stanza/Cargo.toml @@ -4,10 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } -jid = { version = "0.1.0", path = "../jid" } -thiserror = "2.0.11" -chrono = { version = "0.4.40", optional = true } +peanuts = { workspace = true } +jid = { workspace = true } +thiserror = { workspace = true } +chrono = { workspace = true, optional = true } [features] rfc_6121 = [] @@ -20,6 +20,7 @@ xep_0084 = [] xep_0115 = [] xep_0128 = ["xep_0004"] xep_0131 = [] +xep_0156 = ["dep:chrono"] xep_0172 = [] xep_0199 = [] xep_0203 = ["dep:chrono"] |
