diff options
| author | 2026-02-25 00:25:07 -0500 | |
|---|---|---|
| committer | 2026-02-25 00:25:07 -0500 | |
| commit | 337647e9dfd21a5d319530e600b015c70ac64294 (patch) | |
| tree | bb7746c7fccf643778c90f862555ac37539cbee9 /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..fe3d98d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "forge" +version = "0.1.0" +edition = "2024" + +[dependencies] |
