an evil http server https://github.com/moparisthebest/evil-http
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
379 B
19 lines
379 B
[package] |
|
name = "evil-http" |
|
version = "0.1.0" |
|
authors = ["moparisthebest <admin@moparisthebest.com>"] |
|
|
|
description = "Be evil to http getters." |
|
repository = "https://code.moparisthebest.com/moparisthebest/evil-http" |
|
keywords = ["curl", "http", "evil"] |
|
|
|
license = "AGPL-3.0+" |
|
readme = "README.md" |
|
|
|
edition = "2018" |
|
|
|
include = [ |
|
"**/*.rs", |
|
"Cargo.toml", |
|
"*.md", |
|
]
|
|
|