mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-14 08:07:56 -05:00
16 lines
387 B
TOML
16 lines
387 B
TOML
[package]
|
|
name = "sunscreen_runtime"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
crossbeam = "0.8.1"
|
|
log = "0.4.14"
|
|
seal = { path = "../seal" }
|
|
sunscreen_circuit = { path = "../sunscreen_circuit" }
|
|
petgraph = "0.6.0"
|
|
num_cpus = "1.13.0"
|
|
scoped_threadpool = "0.1.9"
|
|
serde = "1.0.130" |