diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-17 06:21:55 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-17 06:21:55 -0400 |
| commit | 0403d02e376fd0b95abe2f06ffbf836dd2a8ddf0 (patch) | |
| tree | 947615879ecf9892c7b0a11d9ca7bd8cab8143ea /Cargo.toml | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5be1371 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "tortuise" +version = "0.1.0" +edition = "2024" + +[dependencies] |
