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.
18 lines
526 B
18 lines
526 B
[package] |
|
name = "data" |
|
version = "0.1.0" |
|
authors = ["CympleTech <dev@cympletech.com>"] |
|
edition = "2021" |
|
readme = "README.md" |
|
description = "ESSE common data structure." |
|
repository = "https://github.com/cympletech/esse_types/data" |
|
keywords = ["distributed", "data", "ESSE"] |
|
license = "MIT/Apache-2.0" |
|
|
|
[features] |
|
default = ["tdn"] |
|
tdn = ["tdn_did", "tdn_types"] |
|
|
|
[dependencies] |
|
tdn_did = { version = "0.8", default-features = false, optional = true } |
|
tdn_types = { version = "0.8", default-features = false, optional = true }
|
|
|