[package] edition = "2018" name = "radicle-registry-client" description = "Client library to interact with Radicle Registry node" version = "0.0.0" authors = ["Monadic GmbH "] homepage = "https://github.com/radicle-dev/radicle-registry" documentation = "https://github.com/radicle-dev/radicle-registry" license = "GPL-3.0-only" repository = "https://github.com/radicle-dev/radicle-registry" readme = "./README.md" [dependencies] radicle-registry-runtime = { version = "0.0.0", path = "../runtime" }