[package]
edition = "2024"
name = "rust-ten-commandments"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hear ye! The Ten Commandments of Rust — delivered by the Crab Himself 🦀"
readme = "README.md"
keywords = [
"rust",
"commandments",
"meme",
"crab",
]
categories = [
"command-line-utilities",
"development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/niminypiminy/rust_ten_commandments"
[lib]
name = "rust_ten_commandments"
path = "src/lib.rs"
[[bin]]
name = "rust-ten-commandments"
path = "src/main.rs"