aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bc5875a24f8f0d850e6188df36a5a61a6d8ff1f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = "*"