tomcat/Cargo.toml

11 lines
193 B
TOML
Raw Normal View History

2022-12-17 21:07:13 -07:00
[package]
name = "tomcat"
2023-07-13 12:29:40 -06:00
version = "0.1.0"
2022-12-17 21:07:13 -07:00
edition = "2021"
license = "AGPL-3.0-or-later"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
[dependencies]
toml = "0.5.9"
2023-02-25 19:00:36 -07:00
yacexits = "0.1.2"