reorder Cargo.toml items
This commit is contained in:
parent
e5d444a34e
commit
3208db6df2
2 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
[package]
|
||||
name = "fishctl"
|
||||
description = "CLI tool for configuring Firefish"
|
||||
version = "0.1.0-alpha.1"
|
||||
rust-version = "1.74"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
version = "0.1.0-alpha.1"
|
||||
|
||||
[dependencies]
|
||||
macros = { workspace = true }
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
publish = false
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue