Write details about new datasets to a TOML file
parent
53d4e9e0
No related branches found
No related tags found
... | ... | @@ -16,9 +16,10 @@ |
# https://github.com/rust-lang/rust/issues/74479 | ||
num_cpus = "1.13" | ||
serde = { version = "1.0", features = ["derive"] } | ||
sha2 = "0.9" | ||
shell-escape = "0.1" | ||
structopt = "0.3" | ||
tar = "0.4" | ||
tempfile = "3.2" | ||
time = "0.3" | ||
... | ... | @@ -19,7 +20,8 @@ |
sha2 = "0.9" | ||
shell-escape = "0.1" | ||
structopt = "0.3" | ||
tar = "0.4" | ||
tempfile = "3.2" | ||
time = "0.3" | ||
toml = "0.5" | ||
zstd = { version = "0.9", features = ["zstdmt"] } |
Please register or sign in to comment