Cargo.toml (549B)
1 [package] 2 name = "tangle_groups" 3 version.workspace = true 4 edition.workspace = true 5 authors.workspace = true 6 rust-version.workspace = true 7 license.workspace = true 8 description = "NIP-29 group domain and configuration types for tangle" 9 10 [dependencies] 11 pocket-types = { git = "https://github.com/triesap/pocket", rev = "329334f20948c796c6016b673b92551ac4855ad7" } 12 serde = { version = "1", features = ["derive"] } 13 serde_json = "1" 14 tangle_crypto = { path = "../tangle_crypto" } 15 tangle_protocol = { path = "../tangle_protocol" } 16 17 [lints] 18 workspace = true