12 lines
287 B
TOML
12 lines
287 B
TOML
workspace = { members = ["poppable-derive"] }
|
|
[package]
|
|
name = "poppable"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.81"
|
|
poppable-derive = { path = "poppable-derive"}
|