-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCargo.toml
43 lines (35 loc) · 843 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
34
35
36
37
38
39
40
41
42
43
[package]
name = "effitask"
version = "0.1.0"
authors = ["Sanpi <[email protected]>"]
homepage = "https://github.com/todotxt-rs/effitask"
edition = "2021"
rust-version = "1.80"
[dependencies]
human-panic = "2.0"
notify = "8.0"
pulldown-cmark = "0.12"
regex = "1.0"
relm4 = { git = "https://github.com/Relm4/Relm4.git", rev = "e24915ac03e5ef1ec6f489ac7aeb26ec009f1618" }
[dependencies.async-std]
version = "1.13"
features = ["unstable"]
[dependencies.chrono]
version = "0.4"
default-features = false
[dependencies.envir]
version = "1.0"
default-features = false
features = ["dotenv"]
[dependencies.gtk]
package = "gtk4"
version = "0.9"
features = ["v4_8"]
[dependencies.log]
version = "0.4"
features = ["std"]
[dependencies.todo-txt]
version = "4.1"
features = ["config", "extended"]
[build-dependencies]
glib-build-tools = "0.20"