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
365 B
19 lines
365 B
[package] |
|
name = "secureircd" |
|
version = "1.0.0" |
|
authors = ["moparisthebest <admin@moparisthebest.com>"] |
|
|
|
description = "Secure your IRCd." |
|
repository = "https://code.moparisthebest.com/moparisthebest/secureircd" |
|
keywords = ["irc", "ircd"] |
|
|
|
license = "AGPL-3.0+" |
|
readme = "README.md" |
|
|
|
edition = "2018" |
|
|
|
include = [ |
|
"**/*.rs", |
|
"Cargo.toml", |
|
"*.md", |
|
]
|
|
|