]> git.lizzy.rs Git - enumset.git/blobdiff - Cargo.toml
Clarify various documentation.
[enumset.git] / Cargo.toml
index 912192cb861624e94c8b435dbc09c39eb78aae40..686383c940afe2876fdc4fb23249325e66528348 100644 (file)
@@ -1,17 +1,5 @@
-[package]
-name = "enumset"
-version = "0.3.1"
-authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
-
-description = "A library for creating compact sets of enums."
-keywords = ["enum", "bitset"]
-categories = ["data-structures"]
-
-documentation = "https://docs.rs/enumset"
-repository = "https://github.com/Lymia/enumset"
-readme = "README.md"
-
-license = "MIT/Apache-2.0"
-
-[features]
-nightly = []
+[workspace]
+members = [
+    "enumset",
+    "enumset_derive",
+]
\ No newline at end of file