summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-09-04 12:14:17 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-09-04 12:14:17 -0400
commitb06ce43a376c3d8dcc93f9095dc79b8308651c44 (patch)
tree3a5d04f7ebc8b98919bbad0169b2e3fa680e06e4
parent410d00a5074443792ac17883a63d0f8f760d54f6 (diff)
doc: updated Cargo.toml authors sectionmaster
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..01fb086
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "produce_tracker"
+version = "0.1.0"
+edition = "2024"
+authors = ["Joshua Liu <joshua.liu@sourceobby.com"]
+
+[dependencies]