-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (31 loc) · 974 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 = "thisweek-core"
version = "0.1.3"
license = "MIT"
description = "The core rust backend for ThisWeek application"
homepage = "https://github.com/jeot/thisweek_core"
repository = "https://github.com/jeot/thisweek_core"
authors = ["Shamim Keshani <sh.keshani@gmail.com>"]
keywords = ["task-management", "goals", "notes", "multiple-calendar"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.38"
time = "0.1"
ptime = "0.1.1"
serde = { version = "1.0", features = ["derive"] }
redb = "1.5.0"
cuid2 = "0.1.2"
homedir = "0.2.1"
diesel = { version = "2.2.1", features = ["sqlite"] }
diesel_migrations = "2.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
midstring = "0.1.3"
toml = "0.8.19"
thiserror = "1.0.63"
once_cell = "1.19.0"
arc-swap = "1.7.1"
notify-debouncer-mini = "0.4.1"
chinese-lunisolar-calendar = "0.2.0"
icu = "1.5.0"
directories = "5.0.1"