File: Cargo.toml.orig

package info (click to toggle)
rust-yaml 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 292 kB
  • sloc: ansic: 73; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "yaml"
version = "0.3.0"
authors = [ "kimhyunkang@gmail.com" ]
build = "build.rs"

description = "LibYAML binding for Rust"
repository = "https://github.com/kimhyunkang/libyaml-rust"
readme = "README.md"

keywords = ["yaml", "libyaml"]

license = "MIT"

[dependencies]
regex = "1.0"
libc = "0.2"