dendrobates-t-azureus/aes-t-tables/Cargo.toml
Guillume DIDIER 3b85161eb2 Rust nightly update - aes-t-tables
Ensure it compiles with the newer nightly.
2021-06-10 11:16:09 +02:00

19 lines
518 B
TOML

[package]
name = "aes-t-tables"
version = "0.1.0"
authors = ["GuillaumeDIDIER <guillaume.didier95@hotmail.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl-sys = "0.9.61"
openssl = "0.10.33"
cache_utils = { path = "../cache_utils" }
memmap2 = "0.2.1"
rand = "0.8.3"
nix = "0.20.0"
cache_side_channel = { path = "../cache_side_channel" }
flush_flush = { path = "../flush_flush" }
flush_reload = { path = "../flush_reload" }