15 lines
286 B
TOML
15 lines
286 B
TOML
[package]
|
|
name = "crank-artifacts"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
rand.workspace = true
|
|
sha2.workspace = true
|
|
thiserror.workspace = true
|
|
url.workspace = true
|