typeshare-annotation 1.0.4

The annotation used to mark types for typeshare
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "typeshare-annotation"
version = "1.0.4"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "The annotation used to mark types for typeshare"
repository = "https://github.com/1Password/typeshare"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["parsing", "proc-macro"] }
quote = "1.0"