mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-05 17:22:36 +00:00
9 lines
178 B
TOML
9 lines
178 B
TOML
|
[package]
|
||
|
name = "errors"
|
||
|
version = "0.0.1"
|
||
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_macros = { path = "../../macros" }
|