From c2d1a69e4cb2c8f882424fb66ded74df15abf86a Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Fri, 15 Apr 2022 02:24:04 -0700 Subject: [PATCH] chests 0.1.0 (#497) --- index/ch/chests/chests-0.1.0.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/ch/chests/chests-0.1.0.toml diff --git a/index/ch/chests/chests-0.1.0.toml b/index/ch/chests/chests-0.1.0.toml new file mode 100644 index 00000000..fffe2105 --- /dev/null +++ b/index/ch/chests/chests-0.1.0.toml @@ -0,0 +1,16 @@ +name = "chests" +description = "Chests are bounded containers" +version = "0.1.0" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] + +licenses = "BSD-3-Clause" +website = "https://github.com/JeremyGrosser/chests" +tags = ["containers", "bounded", "nostd", "embedded"] + +[origin] +commit = "45e5b47db75e6f01ca0fab31af7d7c82a7c15e6e" +url = "git+https://github.com/JeremyGrosser/chests.git" +