storybook/src/rust-base/Cargo.toml

14 lines
227 B
TOML
Raw Normal View History

2022-01-07 13:48:36 -06:00
[package]
name = "storybook"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
2022-01-07 13:48:36 -06:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-01-07 13:48:36 -06:00
[dependencies]
peg = "0.8.0"