test-token/teto/Cargo.toml

9 lines
199 B
TOML
Raw Permalink Normal View History

2024-08-30 22:50:03 -07:00
[package]
name = "teto"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
macros = { package = "teto_macros", version = "*", path = "../teto_macros", optional = true }