[package] name = "vnd-atproto" version = "0.0.1" authors = ["Edouard Paris "] edition = "2024" description = "Vanadium app for atproto plc" [package.metadata.vapp] name = "Atproto" stack_size = 65536 [dependencies] k256 = { version = "0.13.4", default-features = false, features = ["alloc", "ecdsa-core"] } cid = { version = "0.11.1", default-features = false, features = ['alloc'] } postcard = { version = "1.1.1", features = ["alloc"] } serde_ipld_dagcbor = { git = "http://github.com/ipld/serde_ipld_dagcbor", branch = "master", default-features = false } sdk = { package = "vanadium-app-sdk", git = "https://github.com/LedgerHQ/vanadium"} common = { package = "vnd-atproto-common", path = "common" } base58 = "0.2.0" serde = { version = "1.0", default-features = false, features = ["alloc"] } [patch.crates-io] cid = { git = "https://github.com/multiformats/rust-cid", branch = "master" } [dev-dependencies] hex-literal = "0.4.1" [profile.release] opt-level = 3 lto = true [workspace] resolver = "2" members = [ ".", "common", "client", "cli", ]