-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (16 loc) · 832 Bytes
/
Cargo.toml
File metadata and controls
19 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2023 Phoenix R&D GmbH <hello@phnx.im>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "dmls-state"
version = "0.1.0"
edition = "2024"
[dependencies]
openmls_sqlite_storage = { git = "https://github.com/phnx-im/openmls", rev = "0ffab2e1d1b5e985dc27b905d62bbcfd2317b2b2" }
openmls = { git = "https://github.com/phnx-im/openmls", rev = "0ffab2e1d1b5e985dc27b905d62bbcfd2317b2b2" }
openmls_traits = { git = "https://github.com/phnx-im/openmls", rev = "0ffab2e1d1b5e985dc27b905d62bbcfd2317b2b2" }
[dev-dependencies]
openmls_rust_crypto = { git = "https://github.com/phnx-im/openmls", rev = "0ffab2e1d1b5e985dc27b905d62bbcfd2317b2b2" }
openmls_basic_credential = { git = "https://github.com/phnx-im/openmls", rev = "0ffab2e1d1b5e985dc27b905d62bbcfd2317b2b2" }
serde = "1.0"
serde_json = "1.0"