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 /smalldog/Cargo.toml | |
parent | 362bc937cee716ae0af77eb467756e420f9324a5 (diff) | |
download | corgi-b79b84ce06ee34b5957d7f19aa19ebeff2af1df9.tar.gz corgi-b79b84ce06ee34b5957d7f19aa19ebeff2af1df9.zip |
add smalldog as the module ffi crate
Diffstat (limited to 'smalldog/Cargo.toml')
-rw-r--r-- | smalldog/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smalldog/Cargo.toml b/smalldog/Cargo.toml new file mode 100644 index 0000000..6ae5cc4 --- /dev/null +++ b/smalldog/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "smalldog" +version = "0.1.0" +edition = "2024" + +[dependencies] |