Update Cargo.toml
This commit is contained in:
parent
f1302a1dbb
commit
81761b69d1
12
Cargo.toml
12
Cargo.toml
|
@ -1,11 +1,15 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kochab"
|
name = "kochab"
|
||||||
version = "0.3.1"
|
version = "0.1.0"
|
||||||
authors = ["Emii Tatsuo <emi@alchemi.dev>", "panicbit <panicbit.dev@gmail.com>"]
|
|
||||||
edition = "2018"
|
|
||||||
license = "Hippocratic 2.1"
|
|
||||||
description = "Ergonomic Gemini SDK"
|
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"
|
repository = "https://github.com/Alch-Emi/kochab"
|
||||||
|
readme = "README.md"
|
||||||
|
include = ["src/**", "Cargo.*", "CHANGELOG.md", "LICENSE*", "README.md"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
user_management = ["sled", "bincode", "serde/derive", "crc32fast"]
|
user_management = ["sled", "bincode", "serde/derive", "crc32fast"]
|
||||||
|
|
Loading…
Reference in a new issue