WIP: Simple frontend and backend to search notmuch mail.

This commit is contained in:
2021-10-24 10:21:25 -07:00
parent 9085d7f0d2
commit 8f2e14049c
11 changed files with 1377 additions and 145 deletions

11
server/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }