refactor: deduplicate nix-weather cargo manifest
Some checks failed
Security audit / security_audit (push) Has been cancelled
Conventional Commits / Conventional Commits (pull_request) Has been cancelled
Security audit / security_audit (pull_request) Has been cancelled

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-06 05:11:57 +02:00
parent e40b83733d
commit c125b77683
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE
2 changed files with 11 additions and 7 deletions

View file

@ -7,9 +7,13 @@ resolver = "2"
members = ["crates/*", "crates/workspace-hack"]
[workspace.package]
description = "Guix weather, for nix!"
version = "0.0.1"
edition = "2021"
rust-version = "1.80"
rust-version = "1.81"
license = "EUPL-1.2"
authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
[workspace.metadata.crane]
name = "nix-weather"

View file

@ -5,14 +5,14 @@
[package]
name = "nix-weather"
description = "Guix weather, for nix!"
authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
rust-version = "1.80.1"
license = "EUPL-1.2"
description.workspace = true
authors.workspace = true
categories.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
edition.workspace = true
publish = false
publish = true
build = "build.rs"
[dependencies]