diff options
| author | Fuwn <[email protected]> | 2022-03-09 18:55:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 18:55:39 -0800 |
| commit | d61504fd0f7cdc2eb9d315ea5450c773098e209a (patch) | |
| tree | e750f545868d804c1b7ed11d81f0f814c549492d /Cargo.toml | |
| parent | format(readme): case (diff) | |
| download | api-worker-d61504fd0f7cdc2eb9d315ea5450c773098e209a.tar.xz api-worker-d61504fd0f7cdc2eb9d315ea5450c773098e209a.zip | |
feat(index): git commit hash on index
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ worker = "0.0.9" # Utility cfg-if = "1.0.0" +const_format = "0.2.22" +lazy_static = "1.4.0" # Web reqwest = { version = "0.11.9", features = ["json"] } |