diff options
| author | Fuwn <[email protected]> | 2023-03-29 02:02:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-29 02:02:00 -0700 |
| commit | b8b8987dd35f7c006072af1aa3d8f7f44f351319 (patch) | |
| tree | baa29342400d0355a03ff2cc5f35c93468b1f539 /Cargo.toml | |
| parent | fix(stocks): 0.10.10 <- 0.11.10 to fix tokio thread panic (diff) | |
| download | locus-b8b8987dd35f7c006072af1aa3d8f7f44f351319.tar.xz locus-b8b8987dd35f7c006072af1aa3d8f7f44f351319.zip | |
feat(router): add uwufy demo
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ tokio = { version = "1.26.0", features = ["full"] } # Asynchronous Runtime chrono = "0.4.19" # Date and Time pickledb = "0.5.1" # Database tantivy = "0.19.2" # Full-text Search Engine -windmark = { version = "0.2.0", features = [ +windmark = { version = "0.2.1", features = [ "logger", "auto-deduce-mime" ] } # Gemini Server Framework |