This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
kauma/Cargo.toml

17 lines
445 B
TOML
Raw Normal View History

2024-10-10 16:07:19 +02:00
[package]
2024-10-11 00:22:51 +02:00
name = "kauma-analyzer"
2024-10-10 16:07:19 +02:00
version = "0.1.0"
edition = "2021"
publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
description = "Solves exams from my professor for cryptoanalysis"
2024-10-10 16:07:19 +02:00
readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/kauma"
repository = "https://git.cscherr.de/PlexSheep/kauma"
2024-10-10 16:07:19 +02:00
[dependencies]
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"