-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCargo.toml
31 lines (28 loc) · 893 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
[package]
name = "sigi"
version = "3.7.1"
authors = ["Justin \"Boonie Pepper\" Hill <[email protected]>"]
edition = "2021"
license = "GPL-2.0-only"
description = "An organizing tool for terminal lovers who hate organizing"
readme = "README.md"
homepage = "https://github.com/sigi-cli/sigi"
repository = "https://github.com/sigi-cli/sigi"
documentation = "https://docs.rs/sigi"
keywords = ["organization", "planning", "stack", "todo", "cli"]
categories = ["command-line-interface"]
[badges]
maintenance = { status = "actively-developed" }
[profile.release]
codegen-units = 1
lto = true
opt-level = 'z'
[dependencies]
chrono = { version = "0.4", features = [ "serde", "unstable-locales" ] }
clap = { version = "4.4", features = [ "derive" ] }
clearscreen = "2.0"
directories = "5.0"
json = "0.12.4"
rustyline = "12.0"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"