diff options
author | gennyble <gen@nyble.dev> | 2025-03-27 05:11:46 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-03-27 05:11:46 -0500 |
commit | b79b84ce06ee34b5957d7f19aa19ebeff2af1df9 (patch) | |
tree | 5e725e3b8da40493fbb681e56cf14fdb54bac57d /Cargo.toml | |
parent | 362bc937cee716ae0af77eb467756e420f9324a5 (diff) | |
download | corgi-b79b84ce06ee34b5957d7f19aa19ebeff2af1df9.tar.gz corgi-b79b84ce06ee34b5957d7f19aa19ebeff2af1df9.zip |
add smalldog as the module ffi crate
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 c5c5f05..47bbc10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["corgi", "parrot", "parrot_module", "stats_module"] +members = ["corgi", "parrot", "parrot_module", "smalldog", "stats_module"] resolver = "3" # use this profile like this: |