update cargo.toml files

This commit is contained in:
LordMZTE 2021-01-05 20:27:15 +01:00
parent 10c5cb88db
commit e5299cb8ec
3 changed files with 14 additions and 0 deletions

View File

@ -4,4 +4,8 @@
- optimized listing by not searching on the client but on the server
- categories now shown with name instead of just ID
- improved API response deserialize error messages
- Updated Cargo.toml with license and debian package metadata
## tokencracker
- Updated Cargo.toml with license and debian package metadata

View File

@ -3,6 +3,11 @@ name = "cli"
version = "0.1.2"
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
license = "GPL-3.0"
description = "Command-Line-Interface for JensMemes"
[package.metadata.deb]
name = "JensMemes CLI"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -3,6 +3,11 @@ name = "tokencracker"
version = "0.1.0"
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
license = "GPL-3.0"
description = "Cracks JensMemes Tokens"
[package.metadata.deb]
name = "JensMemes tokencracker"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html