-rw-r--r--Cargo.toml6
-rw-r--r--empty.rs0
2 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c32d67..52316d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,11 @@ description = "Next generation serialization"
repository = "https://gitlab.com/konnorandrews/treaty"
readme = "README.md"
-include = ["LICENSE-APACHE", "LICENSE-MIT", "README.md"]
+include = ["LICENSE-APACHE", "LICENSE-MIT", "README.md", "empty.rs"]
+
+[lib]
+name = "treaty"
+path = "empty.rs"
[dependencies]
serde = { version = "1.0", default-features = false, optional = true }
diff --git a/empty.rs b/empty.rs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/empty.rs