mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-21 10:03:13 +00:00
15 lines
280 B
TOML
15 lines
280 B
TOML
|
[package]
|
||
|
name = "syntax-gen"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
|
||
|
[[bin]]
|
||
|
path = "./rust/main.rs"
|
||
|
name = "main"
|