12 lines
220 B
TOML
12 lines
220 B
TOML
[package]
|
|
name = "repeating_xor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Thomas Lindner <tom@dl6tom.de>"]
|
|
|
|
[dependencies]
|
|
common = { path = "../../common" }
|
|
log = "0.4"
|
|
env_logger = "0.10"
|
|
rustc-serialize = "0.3"
|