diff options
author | gennyble <gen@nyble.dev> | 2025-03-27 11:59:05 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-27 11:59:05 -0500 |
commit | 67e333107e4ea69180a9a2ec6f38fdace2082698 (patch) | |
tree | b89574891948ea3259dc32758c8a7d80ac308612 /Cargo.toml | |
parent | 1951dd60ff7110bda1b69bfb60065d3a116ebfee (diff) | |
download | corgi-67e333107e4ea69180a9a2ec6f38fdace2082698.tar.gz corgi-67e333107e4ea69180a9a2ec6f38fdace2082698.zip |
get rid of unneeded use
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 47bbc10..a6381ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["corgi", "parrot", "parrot_module", "smalldog", "stats_module"] +members = ["corgi", "parrot", "smalldog", "stats_module"] resolver = "3" # use this profile like this: |