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]
|
[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 }
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue