import from pijul repo / WIP
This commit is contained in:
18
crdt-enc-sodium/Cargo.toml
Normal file
18
crdt-enc-sodium/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "crdt-enc-sodium"
|
||||
version = "0.1.0"
|
||||
authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crdts = "4"
|
||||
sodiumoxide = "0.2"
|
||||
anyhow = "1"
|
||||
serde = "1"
|
||||
rmp-serde = "0.14"
|
||||
serde_bytes = "0.11"
|
||||
uuid = "0.8"
|
||||
async-trait = "0.1"
|
||||
|
||||
[dependencies.crdt-enc]
|
||||
path = "../crdt-enc"
|
||||
Reference in New Issue
Block a user