diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-04 12:14:17 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-09-04 12:14:17 -0400 |
commit | b06ce43a376c3d8dcc93f9095dc79b8308651c44 (patch) | |
tree | 3a5d04f7ebc8b98919bbad0169b2e3fa680e06e4 /Cargo.toml | |
parent | 410d00a5074443792ac17883a63d0f8f760d54f6 (diff) |
doc: updated Cargo.toml authors sectionmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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] |