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
459 B
14 lines
459 B
[package] |
|
name = "esse_primitives" |
|
version = "0.1.0" |
|
authors = ["CympleTech <dev@cympletech.com>"] |
|
edition = "2021" |
|
readme = "README.md" |
|
description = "ESSE common primitives and chat types." |
|
repository = "https://github.com/cympletech/esse_types/primitives" |
|
keywords = ["distributed", "p2p", "chat", "ESSE"] |
|
license = "MIT/Apache-2.0" |
|
|
|
[dependencies] |
|
serde = { version = "1", features = ["derive"] } |
|
tdn_types = { version = "0.10", default-features = false } |