[package]
edition = "2024"
name = "conch-shell"
version = "0.1.2"
authors = ["Mateo Elias Martinez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conch Shell"
homepage = "https://github.com/prymul/conch"
readme = "README.md"
license = "MIT"
repository = "https://github.com/prymul/conch"
[package.metadata.deb]
maintainer = "Mateo Elias Martinez <mateo.martinez.spc@icloud.com>"
copyright = "2026, prymul"
license-file = [
"LICENSE",
"4",
]
extended-description = "Conch Shell"
depends = "$auto"
section = "utils"
priority = "optional"
assets = [[
"target/release/conch",
"usr/bin/",
"755",
]]
[[bin]]
name = "conch"
path = "src/main.rs"
[dependencies]