Files
Sunscreen/examples/dot_prod/Cargo.toml
2022-03-22 14:29:35 -07:00

9 lines
217 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 = { path = "../../sunscreen" }