aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 57c0f5b4d8d99612a837b6211ac59dfe40b4e98d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "future-me"
version = "0.1.0"
edition = "2024"

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

[[bin]]
name = "future-me"
path = "src/bin/main.rs"


[dependencies]
chrono = "0.4.42"
clap = { version = "4.5.48", features = ["derive"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.145"