arti/caret/Cargo.toml

14 lines
426 B
TOML

[package]
name = "caret"
version = "0.0.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Macros for declaring non-exhaustive C-style enumerations, with named members"
keywords = [ "macro", "enum" ]
categories = [ "rust-patterns" ]
[dependencies]