1
0
mirror of https://github.com/rwf2/Rocket.git synced 2025-03-04 21:42:03 +00:00
Rocket/examples/testing/Cargo.toml
2022-04-19 18:35:38 -07:00

10 lines
149 B
TOML

[package]
name = "testing"
version = "0.0.0"
workspace = "../"
edition = "2021"
publish = false
[dependencies]
rocket = { path = "../../core/lib" }