From b8cf943fb17a750aaf9f567fb97e7392d9cfb455 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 May 2021 19:40:02 -0300 Subject: WIP init Rust --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bc5875a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "gistatic" +version = "0.1.0" +edition = "2018" + +[lib] +path = "src/lib/lib.rs" + +[[bin]] +name = "gistatic" +path = "src/cli/main.rs" + +[dependencies] +mustache = "*" -- cgit v1.2.3