2023-01-20 01:29:35 +00:00
|
|
|
[package]
|
|
|
|
name = "xn--ts9h"
|
2023-01-20 02:48:52 +00:00
|
|
|
description = "A simpler sudo command, named xn--ts9h because I can't use an emoji in the package name"
|
2023-01-20 02:00:22 +00:00
|
|
|
license = "MIT"
|
|
|
|
authors = [ "Xe Iaso <me@xeiaso.net>" ]
|
2023-01-20 01:29:35 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2023-01-20 02:00:22 +00:00
|
|
|
[package.metadata.deb]
|
|
|
|
assets = [
|
|
|
|
["target/release/xn--ts9h", "usr/bin/🥺", "6755"],
|
2023-01-20 02:48:52 +00:00
|
|
|
["README.md", "usr/share/doc/🥺/README", "644"],
|
|
|
|
["LICENSE", "usr/share/doc/🥺/LICENSE", "644"],
|
2023-01-20 02:16:17 +00:00
|
|
|
["🥺.8", "usr/share/man/man8/🥺.8", "644"],
|
2023-01-20 02:00:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-20 01:29:35 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-20 03:19:34 +00:00
|
|
|
syslog = "6"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
strip = true
|
|
|
|
opt-level = "z"
|
|
|
|
lto = true
|