File: Cargo.toml.orig

package info (click to toggle)
rust-openssl-macros 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "openssl-macros"
version = "0.1.1"
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 = "2", features = ["full"] }