diff options
| author | soryu <soryu@soryu.co> | 2025-12-09 19:09:40 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | d27bd879ea142f692c251e6583c76860c01ba191 (patch) | |
| tree | dca35a6cba505f3fda6c1f9064a2dc236b9070f9 /makima/Cargo.toml | |
| parent | ee927e4f2a1aad836a1bb1a4092c414fe0d7b206 (diff) | |
| download | soryu-d27bd879ea142f692c251e6583c76860c01ba191.tar.gz soryu-d27bd879ea142f692c251e6583c76860c01ba191.zip | |
Add makima rust package
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml new file mode 100644 index 0000000..2086c36 --- /dev/null +++ b/makima/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "makima" +version = "0.1.0" +edition = "2024" + +[dependencies] |
