summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c19e5a7bbc1a6e163c840f00610aa3381834c408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "fm"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "fm"
path = "src/main.rs"

[lib]
name = "fm"
path = "src/lib.rs"

[dependencies]
users = "0.11.0"
tuikit = "*"
chrono = "*"
serde_yaml = "0.9.13"
shellexpand = "2.1.2"