1[workspace] 2resolver = "2" 3members = ["crates/*"] 4 5 6[workspace.package] 7edition = "2024" 8version = "0.1.0" 9authors = ["Orual <orual@nonbinary.computer>"] 10repository = "https://tangled.org/@nonbinary.computer/jacquard" 11keywords = ["atproto", "at protocol", "bluesky", "api", "client"] 12categories = ["api-bindings", "web-programming::http-client"] 13readme = "README.md" 14documentation = "https://docs.rs/jacquard" 15exclude = [".direnv"] 16 17 18description = "A simple Rust project using Nix" 19 20 21# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 22 23[workspace.dependencies] 24clap = { version = "4.5", features = ["derive"] }