Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 } |