mirror of
https://github.com/danbulant/cushy
synced 2026-05-20 20:58:57 +00:00
8 lines
148 B
TOML
8 lines
148 B
TOML
[package]
|
|
name = "guide-examples"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cushy = { version = "0.4.0", path = "../../" }
|