File: Cargo.toml.orig

package info (click to toggle)
rust-typeshare-annotation 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
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"