[package] name = "libhydrz" version = "0.1.0" edition = "2021" license = "AGPL-3.0-only" description = "a library implementing a client for the hydrozoa client-server gemini client system" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] minicbor = { version = "0.20.0", features = [ "alloc", "std", "derive" ] }