Initial Commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "blueprint"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
|
||||
description = "A simple templating library"
|
||||
edition = "2018"
|
||||
|
||||
|
||||
[dependencies]
|
||||
nom = "6.1.2"
|
||||
structopt = "0.3.21"
|
||||
Reference in New Issue
Block a user