aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c870e624de8767147dbd49973aa97e321c4eae42 (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.rs"

[[bin]]
name = "gistatic"
path = "src/main.rs"

[dependencies]
mustache = "*"