/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "cargo-fak"
 3  version = "1.0.3"
 4  authors = ["thelastinuit <email@luisignac.io>"]
 5  edition = "2021"
 6  keywords = ["cargo-fak", "cargo", "adr"]
 7  description = "Cargo Faaaaaak! is an ADR/RFC tool for your Rust projects. You don't need to help, you are human and therefore limited. What you need is better tools, Cargo Faaaaaak! aims to help you out."
 8  homepage = "https://github.com/thelastinuit/cargo-fak"
 9  repository = "https://github.com/thelastinuit/cargo-fak"
10  documentation = "https://github.com/thelastinuit/cargo-fak"
11  license = "MIT"
12  readme = "README.md"
13  
14  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15  
16  [dependencies]
17  anyhow = "1.0"
18  clap = { version = "4.5.3", features = ["derive", "env"] }