aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 53ebcd558b5c56492a921e801c40cdcc7a3a44c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.145"