tomcat/Cargo.toml

11 lines
193 B
TOML
Raw Normal View History

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