diff options
| author | Fuwn <[email protected]> | 2022-04-14 22:59:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-14 22:59:02 -0700 |
| commit | 16688068bb39f1a960256e8c075a144dd0c8f8fa (patch) | |
| tree | f463952eb577563cbdb48e68c629db4968d9611f /Cargo.toml | |
| parent | feat(main): add a search engine! (diff) | |
| download | locus-16688068bb39f1a960256e8c075a144dd0c8f8fa.tar.xz locus-16688068bb39f1a960256e8c075a144dd0c8f8fa.zip | |
feat: /remarks
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,10 @@ yarte = "0.15.6" # RNG rand = "0.8.5" +# JSON +serde = "1.0.136" +serde_json = "1.0.79" + [build-dependencies] # Templates yarte = "0.15.6" |