From db22a378a6c97670dc0300d8ea53175c4cab24eb Mon Sep 17 00:00:00 2001 From: liuwentan Date: Thu, 27 Jul 2023 17:08:12 +0800 Subject: hello world --- Cargo.toml | 9 +++++++++ src/main.rs | 0 2 files changed, 9 insertions(+) create mode 100644 Cargo.toml create mode 100644 src/main.rs diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..caf8644 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "maat_rust_binding" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] + diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3