X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=686383c940afe2876fdc4fb23249325e66528348;hb=b25507c87329dc648491668e151983152c8406f9;hp=912192cb861624e94c8b435dbc09c39eb78aae40;hpb=873a2cb35019cde026b0a4b66d1f0055b944ad9e;p=enumset.git diff --git a/Cargo.toml b/Cargo.toml index 912192c..686383c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,5 @@ -[package] -name = "enumset" -version = "0.3.1" -authors = ["Lymia Aluysia "] - -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