commit | 58303a699d10d2b2eb370ef2b8106f8ae108735c | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Feb 15 14:12:58 2023 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Feb 15 14:13:00 2023 -0800 |
tree | 8062253fea3da38d68fdacabff1313c67d6fd8b2 | |
parent | aeaea7ecef675aabe7bd396a164828d6579bc7ba [diff] |
Delete empty library crate from cxxbridge-cmd package This used to be needed in order for cxxbridge-cmd to be vendorable by cargo vendor, but is superseded by the new "artifact dependencies" functionality of Cargo. [dependencies] cxx = "1" cxxbridge-cmd = { version = "1", artifact = "bin" }
diff --git a/gen/cmd/src/lib.rs b/gen/cmd/src/lib.rs deleted file mode 100644 index 8b1a393..0000000 --- a/gen/cmd/src/lib.rs +++ /dev/null
@@ -1 +0,0 @@ -// empty