summary refs log tree commit diff
path: root/data_model/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'data_model/Cargo.toml')
-rw-r--r--data_model/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data_model/Cargo.toml b/data_model/Cargo.toml
index b1447a6..3909956 100644
--- a/data_model/Cargo.toml
+++ b/data_model/Cargo.toml
@@ -7,5 +7,6 @@ include = ["src/**/*", "Cargo.toml"]
 
 [dependencies]
 assertions = { path = "../assertions" } # provided by ebuild
+libc = "*"
 
 [workspace]