summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-07-27 17:08:12 +0800
committerliuwentan <[email protected]>2023-07-27 17:08:12 +0800
commitdb22a378a6c97670dc0300d8ea53175c4cab24eb (patch)
tree3fcd0e94b2a22320b07b22c26a66ba97a72f37b2
parent25cc87c73103eea5ecd4db6b570dafe15951e59a (diff)
hello world
-rw-r--r--Cargo.toml9
-rw-r--r--src/main.rs0
2 files changed, 9 insertions, 0 deletions
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
--- /dev/null
+++ b/src/main.rs