diff --git a/Cargo.toml b/Cargo.toml index 8618737..463ddde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "emoji-json-generator" -version = "0.1.0" +version = "1.0.0" +authors = ["hertog@hermitcollective.net"] edition = "2021" [dependencies] diff --git a/flake.nix b/flake.nix index e9b1cf1..89a7b42 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Hertog's flake for rust developing and building"; + description = "Rust build and shell flake based on the one by from zero to nix"; # Flake inputs inputs = { nixpkgs.url = "github:NixOS/nixpkgs"; # also valid: "nixpkgs"