since/Cargo.toml
Christina Sørensen 0222d1d1c4
chore: initial commit
This is a rewrite of the `since` bash script into rust. First draft,
kinda bad, made on an airplane without wifi.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-05-07 07:13:24 +02:00

9 lines
192 B
TOML

[package]
name = "since"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.38"