]> git.proxmox.com Git - proxmox.git/blob - proxmox-time/Cargo.toml
notify: smtp: add `Auto-Submitted` header to email body
[proxmox.git] / proxmox-time / Cargo.toml
1 [package]
2 name = "proxmox-time"
3 version = "1.1.6"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7 repository.workspace = true
8 description = "time utilities and TmEditor"
9
10 exclude.workspace = true
11
12 [dependencies]
13 anyhow.workspace = true
14 bitflags = "1.2.1"
15 lazy_static.workspace = true
16 nom = "7"
17
18 [target.'cfg(not(target_arch="wasm32"))'.dependencies]
19 libc = { workspace = true, features = [ "extra_traits" ] }
20
21 [target.'cfg(target_arch="wasm32")'.dependencies]
22 js-sys = "0.3.55"