update cargo.toml files
This commit is contained in:
parent
10c5cb88db
commit
e5299cb8ec
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue