Update Cargo.toml

This commit is contained in:
Emii Tatsuo 2020-11-25 02:04:37 -05:00
parent f1302a1dbb
commit 81761b69d1
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,15 @@
[package]
name = "kochab"
version = "0.3.1"
authors = ["Emii Tatsuo <emi@alchemi.dev>", "panicbit <panicbit.dev@gmail.com>"]
edition = "2018"
license = "Hippocratic 2.1"
version = "0.1.0"
description = "Ergonomic Gemini SDK"
authors = ["Emii Tatsuo <emi@alchemi.dev>", "panicbit <panicbit.dev@gmail.com>"]
license = "Hippocratic-2.1"
keywords = ["gemini", "server", "smallnet"]
categories = ["asynchronous", "network-programming"]
edition = "2018"
repository = "https://github.com/Alch-Emi/kochab"
readme = "README.md"
include = ["src/**", "Cargo.*", "CHANGELOG.md", "LICENSE*", "README.md"]
[features]
user_management = ["sled", "bincode", "serde/derive", "crc32fast"]