diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ yarte = "0.15.6" # Templating Engine tempfile = "3.3.0" # Temporary File Creation and Access dotenv = "0.15.0" # .env File Support once_cell = "1.13.1" # Lazy Statics +germ = { version = "0.3.7", default-features = false, features = ["ast"] } # Gemini Tool-kit [build-dependencies] vergen = { version = "8.0.0", features = [ |