-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
33 lines (31 loc) · 904 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "meeters"
description = "Small Linux app indicator that will show meeting notifications and allow one click conference joining"
version = "1.4.0"
authors = ["Boris Terzic <[email protected]>"]
edition = "2018"
repository = "https://github.com/aggregat4/meeters/"
homepage = "https://github.com/aggregat4/meeters/"
license = "Apache-2.0"
include = ["assets/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libappindicator = "0.7.1"
gtk = "0.15.5"
glib = "0.15.12"
ureq = "2.1.0"
ical = "0.7.0"
property = "0.3.3"
chrono = "0.4.19"
chrono-tz = "0.5.3"
# rrule = "0.5.5"
rrule = { git = "https://github.com/aggregat4/rust-rrule", branch = "rrule-0.5" }
regex ="1"
lazy_static = "1.4.0"
directories = "4.0.1"
dotenvy = "0.15.4"
maplit = "1.0.2"
roxmltree = "0.15.0"
notify-rust = "4.5.8"
multimap = "0.8.3"
either = "1.6.1"