summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2023-07-28 10:10:52 -0400
committerHubert Figuière <hub@figuiere.net>2023-07-28 10:10:52 -0400
commit027dbdb896133cc90df7d126bba7f96edc5500ef (patch)
tree685eb4b7da972416686568724de82488fff7ffc3 /Cargo.toml
parent010820270a59c0c3a8e99ddef2a648c72b91f3de (diff)
rust: Explicitely list the build.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e32b5c..11ddd69 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "libopenraw"
version = "0.4.0"
edition = "2018"
default-run = "ordiag"
+build = "build.rs"
rust-version = "1.64"