From fce9ead9c50e00fb1315cd2c1df79a9fe79ddf13 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Mon, 22 Sep 2025 16:00:28 +0200 Subject: future-me: move git stuff into it's own library --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97d761a..53ebcd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,15 @@ 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"] } -- cgit v1.2.3