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 /parrot_module/Cargo.toml | |
parent | 1951dd60ff7110bda1b69bfb60065d3a116ebfee (diff) | |
download | corgi-67e333107e4ea69180a9a2ec6f38fdace2082698.tar.gz corgi-67e333107e4ea69180a9a2ec6f38fdace2082698.zip |
get rid of unneeded use
Diffstat (limited to 'parrot_module/Cargo.toml')
-rw-r--r-- | parrot_module/Cargo.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/parrot_module/Cargo.toml b/parrot_module/Cargo.toml deleted file mode 100644 index f4ced8e..0000000 --- a/parrot_module/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "parrot_module" -version = "0.1.0" -edition = "2024" - -[lib] -name = "parrot" -crate-type = ["cdylib"] - -[dependencies] |