curl_bash/Cargo.toml

20 lines
388 B
TOML
Raw Normal View History

2019-02-11 23:45:15 -05:00
[package]
name = "curl_bash"
version = "0.1.0"
authors = ["moparisthebest <admin@moparisthebest.com>"]
description = "Be evil to curl | bash executors."
repository = "https://code.moparisthebest.com/moparisthebest/curl_bash"
keywords = ["curl", "bash", "evil"]
2019-02-15 22:57:35 -05:00
license = "AGPL-3.0+"
2019-02-11 23:45:15 -05:00
readme = "README.md"
edition = "2018"
2019-02-15 22:57:35 -05:00
include = [
"**/*.rs",
"Cargo.toml",
"*.md",
]