reorder Cargo.toml items

This commit is contained in:
naskya 2024-07-01 14:41:07 +09:00
parent e5d444a34e
commit 3208db6df2
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
[package] [package]
name = "fishctl" name = "fishctl"
description = "CLI tool for configuring Firefish" description = "CLI tool for configuring Firefish"
version = "0.1.0-alpha.1"
rust-version = "1.74"
edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.74"
version = "0.1.0-alpha.1"
[dependencies] [dependencies]
macros = { workspace = true } macros = { workspace = true }

View file

@ -1,9 +1,9 @@
[package] [package]
name = "macros" name = "macros"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false publish = false
license = "MIT OR Apache-2.0"
edition = "2021"
version = "0.1.0"
[lib] [lib]
proc-macro = true proc-macro = true