cryptopals-rust/common/Cargo.toml

9 lines
134 B
TOML
Raw Normal View History

2023-12-16 20:46:14 +00:00
[package]
name = "common"
version = "0.1.0"
edition = "2021"
authors = ["Thomas Lindner <tom@dl6tom.de>"]
[dependencies]
2023-12-17 20:30:54 +00:00
log = "0.4"