Files
Sunscreen/examples/dot_prod/Cargo.toml
2022-01-28 12:33:41 -08:00

9 lines
235 B
TOML

[package]
name = "dot_prod"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sunscreen_compiler = { path = "../../sunscreen_compiler" }