0222d1d1c4
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>
9 lines
192 B
TOML
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"
|