mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
9 lines
240 B
TOML
9 lines
240 B
TOML
[package]
|
|
name = "moonboot-codegen"
|
|
version = "0.1.0-dev"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
moonboot = { path = "../", version = "0.1.0-dev" }
|