From 82ec8a35a2034bc733f4693ed9b721eee0ff87f2 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 26 Jun 2025 15:58:58 +0530 Subject: init --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..113246e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "gracidea" +version = "0.1.0" +edition = "2021" +license = "MIT" +description = "A Calendar TUI interface for CalDAV" +homepage = "https://git.spacejunk.sh/gracidea.git" +repository = "https://git.spacejunk.sh/gracidea.git" +readme = "README.md" + +[dependencies] +clap = "4.5.40" +ratatui = "0.29.0" -- cgit