diff options
author | gennyble <gen@nyble.dev> | 2025-03-18 16:01:58 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-18 16:01:58 -0500 |
commit | 93a8e9cd2452401617e1470476c05edc8120ab96 (patch) | |
tree | 498444c941a78645923c48bd49077fd9df9e816a /Cargo.toml | |
parent | bd2bd57890894c6dfb44501cf6a62b6e4e292e06 (diff) | |
download | corgi-93a8e9cd2452401617e1470476c05edc8120ab96.tar.gz corgi-93a8e9cd2452401617e1470476c05edc8120ab96.zip |
I mean, modules work, so
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0924370..8feb4b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["corgi", "parrot"] +members = ["corgi", "parrot", "parrot_module"] resolver = "3" # use this profile like this: |