File: Cargo.toml.orig

package info (click to toggle)
rust-pmutil 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[workspace]
members = ["testing"]

[package]
name = "pmutil"
version = "0.6.1"
authors = ["강동윤 <kdy1@outlook.kr>"]
description = "Utils for proc-macro"
repository = "https://github.com/kdy1/rust-pmutil"
readme = "README.md"
license = "Apache-2.0/MIT"
edition = "2018"

[dependencies]
quote = "1.0"
proc-macro2 = { version = "1.0" }

[dependencies.syn]
version = "2.0"
features = ["derive", "parsing"]
default-features = false