cryptopals-rust/common/Cargo.toml
2023-12-17 21:30:54 +01:00

9 lines
134 B
TOML

[package]
name = "common"
version = "0.1.0"
edition = "2021"
authors = ["Thomas Lindner <tom@dl6tom.de>"]
[dependencies]
log = "0.4"