Files
Sunscreen/sunscreen_frontend/Cargo.toml
2021-11-30 20:48:52 -08:00

16 lines
500 B
TOML

[package]
name = "sunscreen_frontend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sunscreen_frontend_types = { path = "../sunscreen_frontend_types" }
sunscreen_frontend_macros = { path = "../sunscreen_frontend_macros" }
sunscreen_backend = {path = "../sunscreen_backend" }
[dev-dependencies]
sunscreen_runtime = { path = "../sunscreen_runtime" }
seal = { path = "../seal" }
env_logger = "0.9.0"