diff options
| author | Fuwn <[email protected]> | 2022-08-16 17:33:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 17:33:49 -0700 |
| commit | 633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8 (patch) | |
| tree | 40c9e7fb2f5420a804e961074a69481f798f79bf /Cargo.toml | |
| parent | feat(remarks.json): add new remark (diff) | |
| download | locus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.tar.xz locus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.zip | |
feat(modules): stocks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ rand = "0.8.5" # Random Number Generation 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 [build-dependencies] vergen = "7.0.0" # Compile-time Environment Variables |