2022-01-07 13:48:36 -06:00
|
|
|
[package]
|
|
|
|
name = "storybook"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2022-01-11 15:13:54 -06:00
|
|
|
[lib]
|
2022-01-21 16:16:38 -06:00
|
|
|
crate-type = ["rlib", "staticlib"]
|
2022-01-07 13:48:36 -06:00
|
|
|
|
2022-01-21 16:16:38 -06:00
|
|
|
[workspace]
|
|
|
|
members = ["storybook-godot"]
|
2022-01-11 15:13:54 -06:00
|
|
|
|
2022-01-07 13:48:36 -06:00
|
|
|
[dependencies]
|
|
|
|
|
2022-01-11 15:13:54 -06:00
|
|
|
peg = "0.8.0"
|