From 85180f22bd7aa35d8a9c5ef3684c4710909a6f30 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 May 2023 11:23:43 +0200 Subject: [PATCH] fancy cargo.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 83466b5..17b0911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,15 @@ [package] name = "plexcryptool" +authors = ["Christoph J. Scherr "] 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]