diff --git a/ofborg-simple-build/Cargo.toml b/ofborg-simple-build/Cargo.toml index 5a1a241..b1bb6b6 100644 --- a/ofborg-simple-build/Cargo.toml +++ b/ofborg-simple-build/Cargo.toml @@ -2,7 +2,6 @@ name = "ofborg-simple-build" version = "0.1.0" authors = ["Daiderd Jordan "] -include = ["Cargo.toml", "ofborg-simple-build"] # TODO remove when carnix is fixed edition = "2018" [dependencies] diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index 1f9f11b..c365352 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -2,7 +2,6 @@ name = "ofborg" version = "0.1.9" authors = ["Graham Christensen "] -include = ["Cargo.toml", "ofborg"] # TODO remove when carnix is fixed build = "build.rs" edition = "2018"