Skip to content

Commit

Permalink
build: nix flake, cargo deny
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Jun 11, 2024
1 parent 015b286 commit d9e2c3d
Show file tree
Hide file tree
Showing 6 changed files with 393 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target
Cargo.lock
result
124 changes: 124 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
[package]
name = "serde_yaml"
version = "0.9.34+deprecated"
authors = ["David Tolnay <[email protected]>"]
version = "0.9.35"
authors = ["Christina Sørensen <[email protected]>", "David Tolnay <[email protected]>"]
categories = ["encoding", "parser-implementations"]
description = "YAML data format for Serde"
documentation = "https://docs.rs/serde_yaml/"
edition = "2021"
keywords = ["yaml", "serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/serde-yaml"
repository = "https://github.com/cafkafk/serde-yaml"
rust-version = "1.64"

[dependencies]
indexmap = "2.2.1"
itoa = "1.0"
ryu = "1.0"
serde = "1.0.195"
serde = "1.0.203"
unsafe-libyaml = "0.2.11"

[dev-dependencies]
anyhow = "1.0.79"
indoc = "2.0"
serde_derive = "1.0.195"
serde_derive = "1.0.203"

[lib]
doc-scrape-examples = false
Expand Down
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[licenses]
allow = [
"MIT",
"Apache-2.0"
]
121 changes: 121 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d9e2c3d

Please sign in to comment.