-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 837 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "jmap-convert"
description = "JMAP format conversion tool"
authors = [ "Stalwart Labs LLC <hello@stalw.art>"]
repository = "https://github.com/stalwartlabs/jmap-convert"
homepage = "https://convert.jmap.cloud"
categories = ["email"]
license = "MIT or Apache-2.0"
version = "0.2.0"
edition = "2021"
resolver = "2"
[dependencies]
console_error_panic_hook = "0.1.7"
leptos = { version = "0.6.9", features = ["csr"] }
leptos_meta = { version = "0.6.9", features = ["csr"] }
leptos_router = { version = "0.6.9", features = ["csr"] }
leptos-use = "0.13"
log = "0.4"
console_log = "1"
getrandom = { version = "0.3.3", features = ["wasm_js"] }
rand = { version = "0.8" }
calcard = { git = "https://github.com/stalwartlabs/calcard.git", features = ["wasm"] }
#calcard = { path = "/Users/me/code/calcard", features = ["wasm"] }