diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ serde = "1.0.136" # Serialization 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 [build-dependencies] vergen = "7.0.0" # Compile-time Environment Variables |