12 lines
278 B
TOML
12 lines
278 B
TOML
[package]
|
|
name = "lvgl-codegen"
|
|
version = "0.1.0"
|
|
authors = ["Rafael Caricio <rafael@caricio.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tera = "1.3.0"
|
|
regex = "1.3.9"
|