Adding testing dependencies

rand: to create random files
tempdir: create temporary test directories
This commit is contained in:
João M. Bezerra 2021-05-17 14:03:27 -03:00
parent d01947d9e1
commit 2e66cec474

View File

@ -21,10 +21,13 @@ tar = "0.4.33"
xz2 = "0.1.6" xz2 = "0.1.6"
zip = "0.5.11" zip = "0.5.11"
# Dependency from workspace # Dependency from workspace
oof = { path = "./oof" } oof = { path = "./oof" }
[dev-dependencies]
tempdir = "0.3.7"
rand = "0.8.3"
[profile.release] [profile.release]
lto = true lto = true
codegen-units = 1 codegen-units = 1