Cargo.toml (481B)
1 [package] 2 name = "tangle_store_pocket" 3 version.workspace = true 4 edition.workspace = true 5 authors.workspace = true 6 rust-version.workspace = true 7 license.workspace = true 8 description = "Pocket storage boundary for tangle" 9 10 [dependencies] 11 pocket-db = { git = "https://github.com/triesap/pocket", rev = "329334f20948c796c6016b673b92551ac4855ad7" } 12 pocket-types = { git = "https://github.com/triesap/pocket", rev = "329334f20948c796c6016b673b92551ac4855ad7" } 13 14 [lints] 15 workspace = true