summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: d55f2267d852809f3cf6ad1492ff310076c788f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "openssl-macros"
version = "0.1.0"
edition = "2018"
license = "MIT/Apache-2.0"
description = "Internal macros used by the openssl crate."

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }