Ship it
This commit is contained in:
parent
cbeb52a9cb
commit
3b8681360f
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "narinfo"
|
name = "narinfo"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A parser for the narinfo file format"
|
description = "A parser for the narinfo file format"
|
||||||
|
repository = "https://im.badat.dev/bad/narinfo-rs"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
keywords = ["nix", "nixos"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_builder = { version = "0.11.2", default-features = false }
|
derive_builder = { version = "0.11.2", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue