import from pijul repo / WIP
This commit is contained in:
16
examples/test/Cargo.toml
Normal file
16
examples/test/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "example-test"
|
||||
version = "0.1.0"
|
||||
authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crdt-enc = {path="../../crdt-enc"}
|
||||
crdt-enc-tokio = {path="../../crdt-enc-tokio"}
|
||||
crdt-enc-sodium = {path="../../crdt-enc-sodium"}
|
||||
crdt-enc-gpgme = {path="../../crdt-enc-gpgme"}
|
||||
uuid = {version = "0.8", features = ["serde", "v4"]}
|
||||
crdts = "4"
|
||||
tokio = {version = "0.2", features = ["macros"]}
|
||||
anyhow = "1"
|
||||
futures = "0.3"
|
||||
Reference in New Issue
Block a user