diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-13 21:56:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-13 21:56:38 +0200 |
| commit | 8d4fac527ea33456de21933b4632a5bf4abbfc8d (patch) | |
| tree | 55ece9b1b769060cd32d62c7c933e74244c6f12d /Cargo.toml | |
Add a gemini parser
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..33b0c29 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "page" +version = "0.1.0" +edition = "2021" + +[dependencies] |