arti/crates/caret/Cargo.toml

14 lines
472 B
TOML
Raw Normal View History

[package]
name = "caret"
2022-03-01 13:59:34 +00:00
version = "0.1.0"
2021-03-17 18:43:40 +00:00
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
2021-03-17 18:13:26 +00:00
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Macros for declaring non-exhaustive C-style enumerations, with named members"
2021-03-17 18:41:02 +00:00
keywords = [ "macro", "enum" ]
categories = [ "rust-patterns" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]