aboutsummaryrefslogtreecommitdiff
path: root/rust/guts/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/guts/Cargo.toml')
-rw-r--r--rust/guts/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/guts/Cargo.toml b/rust/guts/Cargo.toml
index ebcf77f..3525d3e 100644
--- a/rust/guts/Cargo.toml
+++ b/rust/guts/Cargo.toml
@@ -9,6 +9,9 @@ documentation = "https://docs.rs/blake3_guts"
readme = "readme.md"
edition = "2021"
+[dependencies]
+cfg-if = "1.0.0"
+
[dev-dependencies]
hex = "0.4.3"
reference_impl = { path = "../../reference_impl" }
@@ -16,3 +19,6 @@ reference_impl = { path = "../../reference_impl" }
[features]
default = ["std"]
std = []
+
+[build-dependencies]
+cc = "1.0.79"