fancy cargo.toml

This commit is contained in:
Christoph J. Scherr 2023-05-17 11:23:43 +02:00
parent bcf411ab28
commit 85180f22bd
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 8 additions and 0 deletions

View File

@ -1,7 +1,15 @@
[package]
name = "plexcryptool"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
version = "0.2.4"
edition = "2021"
readme = "README.md"
description = "Various tools for use with math and cryptology, includes executable and a library."
homepage = "https://git.cscherr.de/PlexSheep/plexcryptool/"
repository = "https://git.cscherr.de/PlexSheep/plexcryptool/"
license = "MIT"
license-file = "LICENSE"
keywords = ["cryptology", "pyo3", "library", "dhbw"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]