starmelon/examples/single-page/Cargo.toml

12 lines
307 B
TOML
Raw Normal View History

[package]
name = "single-page"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = [ "dylib" ]
[dependencies]
cargo-workspace-hack = { version = "0.1", path = "../../../../../infra/cargo-workspace-hack" }