diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-07 20:40:56 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-07 20:40:56 -0500 |
| commit | 5be0409654217adb28a4601cd346e1602793c663 (patch) | |
| tree | 81cb7ae94264f8adb305036b2cceadcdbdc5ee14 /Cargo.toml | |
First 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..b17c422 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "cgit-syntax-highlight" +version = "0.1.0" +edition = "2024" + +[dependencies] |
