Initial commit

This commit is contained in:
2023-04-03 11:24:19 +01:00
commit d1f8ed7add
4 changed files with 734 additions and 0 deletions

20
Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "msme"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cookie_store = "*"
mail-builder = "*"
subprocess = "*"
ureq = { version = "*", features = ["cookies"] }
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true