mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-10 05:44:17 +00:00
Don't implicate innocents
This commit is contained in:
parent
417a4baccc
commit
584257f419
1 changed files with 2 additions and 9 deletions
11
Cargo.toml
11
Cargo.toml
|
@ -1,15 +1,8 @@
|
|||
[package]
|
||||
name = "libyaml-safer"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Simon Ask Ulsnes <simon@ulsnes.dk",
|
||||
"David Tolnay <dtolnay@gmail.com>",
|
||||
]
|
||||
categories = [
|
||||
"encoding",
|
||||
"parser-implementations",
|
||||
"no-std",
|
||||
]
|
||||
authors = ["Simon Ask Ulsnes <simon@ulsnes.dk"]
|
||||
categories = ["encoding", "parser-implementations"]
|
||||
description = "Safer libyaml port, based on unsafe-libyaml"
|
||||
documentation = "https://docs.rs/libyaml-safer"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in a new issue