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.
16 lines
537 B
16 lines
537 B
[package] |
|
name = "dao_types" |
|
version = "0.1.0" |
|
authors = ["CympleTech <dev@cympletech.com>"] |
|
edition = "2021" |
|
readme = "README.md" |
|
description = "ESSE dao service types." |
|
repository = "https://github.com/cympletech/esse_types/dao" |
|
keywords = ["distributed", "p2p", "DAO", "ESSE"] |
|
license = "MIT/Apache-2.0" |
|
|
|
[dependencies] |
|
chat_types = { path = "../chat", version = "0.1" } |
|
serde = { version = "1", features = ["derive"] } |
|
tdn_types = { version = "0.7", default-features = false } |
|
tdn_did = { version = "0.7", default-features = false }
|
|
|