diff options
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] |