File: Cargo.toml.orig

package info (click to toggle)
rust-libnghttp2-sys 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 340 kB
  • sloc: makefile: 13
file content (24 lines) | stat: -rw-r--r-- 467 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
22
23
24
[package]
name = "libnghttp2-sys"
version = "0.1.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = 'nghttp2'
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/nghttp2-rs"
homepage = "https://github.com/alexcrichton/nghttp2-rs"
description = """
FFI bindings for libnghttp2 (nghttp2)
"""

[lib]
doctest = false

[workspace]
members = ['systest']

[dependencies]
libc = '0.2'

[build-dependencies]
cc = "1.0.24"