This commit is contained in:
bad 2022-08-18 22:33:42 +02:00
parent cbeb52a9cb
commit 3b8681360f
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
[package]
name = "narinfo"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
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]
derive_builder = { version = "0.11.2", default-features = false }