Skip to content

Commit

Permalink
Changes to get Cargo.toml nicer for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviusb committed Apr 2, 2023
1 parent dd29bc2 commit 30ab97d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ version = "0.1.0"
edition = "2021"
authors = ["Justin (:flaviusb) Marsh <[email protected]>"]
description = "A template language for Rust metaprogramming using partial staging."
license = "GPL-3.0"
#readme = "README.md"
license = "GPL-3.0-only"
readme = "README.md"
#license-file = "LICENSE"
homepage = "https://github.com/flaviusb/do-with-in"
repository = "https://github.com/flaviusb/do-with-in"
keywords = ["metaprogramming", "templates"]

[lib]

Expand Down
2 changes: 1 addition & 1 deletion do_with_in_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = ["Justin (:flaviusb) Marsh <[email protected]>"]
description = "A template language for Rust metaprogramming using partial staging."
license = "GPL-3.0"
license = "GPL-3.0-only"
readme = "README.md"
#license-file = "LICENSE"
homepage = "https://github.com/flaviusb/do-with-in"
Expand Down
4 changes: 2 additions & 2 deletions do_with_in_internal_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
authors = ["Justin (:flaviusb) Marsh <[email protected]>"]
description = "A template language for Rust metaprogramming using partial staging."
license = "GPL-3.0"
#readme = "README.md"
license = "GPL-3.0-only"
readme = "README.md"
#license-file = "LICENSE"
homepage = "https://github.com/flaviusb/do-with-in"
repository = "https://github.com/flaviusb/do-with-in"
Expand Down

0 comments on commit 30ab97d

Please sign in to comment.