Files
Sunscreen/sunscreen_backend/Cargo.toml
2021-11-23 11:37:49 -08:00

14 lines
376 B
TOML

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