mirror of https://github.com/CympleTech/ESSE.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
472 B
14 lines
472 B
[package] |
|
name = "cloud_types" |
|
version = "0.1.0" |
|
authors = ["CympleTech <dev@cympletech.com>"] |
|
edition = "2021" |
|
readme = "README.md" |
|
description = "ESSE personal data cloud service types." |
|
repository = "https://github.com/cympletech/esse_types/group" |
|
keywords = ["distributed", "p2p", "cloud", "data", "storage", "ESSE"] |
|
license = "MIT/Apache-2.0" |
|
|
|
[dependencies] |
|
serde = { version = "1", features = ["derive"] } |
|
tdn_types = { version = "0.10", default-features = false }
|
|
|