summaryrefslogtreecommitdiff
path: root/crates/caret/Cargo.toml
blob: 81d3d772a9a025eebc18687764022c26c0bb21fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "caret"
version = "0.0.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
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" ]
repository="https://gitlab.torproject.org/tpo/core/arti.git/"

[dependencies]