mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 21:02:41 +00:00
10 lines
152 B
TOML
10 lines
152 B
TOML
[package]
|
|
name = "testing"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|