diff options
| author | Fuwn <[email protected]> | 2023-04-18 01:47:25 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-18 01:47:25 -0700 |
| commit | cfeb34870d78939133222ba61e6a1a5b82d78364 (patch) | |
| tree | 260c3f2c46283ade8083c93b0cc9e754e8c5fe97 /Cargo.toml | |
| parent | feat(news): add a new news entry (diff) | |
| download | locus-cfeb34870d78939133222ba61e6a1a5b82d78364.tar.xz locus-cfeb34870d78939133222ba61e6a1a5b82d78364.zip | |
refactor(src): drop once_cell dependency for standard library
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ 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 germ = { version = "0.3.7", default-features = false, features = [ "ast" ] } # Gemini Tool-kit |