mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-15 00:28:21 -05:00
16 lines
500 B
TOML
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" |