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.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data_model/Cargo.toml b/data_model/Cargo.toml
index 549d817..1b30aca 100644
--- a/data_model/Cargo.toml
+++ b/data_model/Cargo.toml
@@ -2,6 +2,9 @@
 name = "data_model"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+include = ["src/**/*", "Cargo.toml"]
 
 [dependencies]
-assertions = { path = "../assertions" }
+assertions = "*"
+
+[workspace]