From d66e802bf10acb9e023f0466e3ee79874eb1a876 Mon Sep 17 00:00:00 2001 From: radhitya Date: Sat, 20 Jun 2026 15:18:31 +0700 Subject: initial commit haha --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..435cd41 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "ahsi" +version = "0.1.0" +edition = "2024" + +[dependencies] +pulldown-cmark = "0.13.4" +minijinja = "2.21.0" +toml = "1.1.2" +serde = { version = "1.0.228", features = ["derive"] } +serde_derive = "1.0.228" -- cgit v1.2.3