diff options
| author | Fuwn <[email protected]> | 2020-12-04 21:53:08 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-04 21:53:08 -0800 |
| commit | 299ef187bb83345ca12796e56a7b5ed8d2e04c67 (patch) | |
| tree | 44768f0b39ac20755b213c72918cf98f614ff122 /Cargo.toml | |
| parent | chore: update log (diff) | |
| download | chan-test_actix-yarte.tar.xz chan-test_actix-yarte.zip | |
not working loltest_actix-yarte
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -11,6 +11,7 @@ rocket = "0.4.6" serde = "1.0.117" serde_json = "1.0.59" serde_derive = "1.0.117" +actix-web = "3" [dependencies.rocket_contrib] version = "0.4.6" @@ -19,3 +20,15 @@ features = ["handlebars_templates"] [dependencies.rusqlite] version = "0.24.1" features = ["bundled"] + +[dependencies.yarte] +version = "0.8" +features = ["html-min"] + +[build-dependencies.yarte_helpers] +version = "0.8" +default-features = false +features = ["config"] + +[dev-dependencies] +actix-rt = "1" |