van-init 0.1.13

Project scaffolding for Van template engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "van-init"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Project scaffolding for Van template engine"
keywords = ["van", "init", "scaffolding"]
categories = ["template-engine", "development-tools"]

[dependencies]
van-context = { workspace = true }
anyhow = { workspace = true }
dialoguer = { workspace = true }
console = { workspace = true }