Skip to content

Commit

Permalink
Update Cargo.toml for release 0.1.0 (#4)
Browse files Browse the repository at this point in the history
* Add data to Cargo.toml

* Add excludes to cargo.toml
  • Loading branch information
janbridley authored Jan 26, 2025
1 parent c0d1d25 commit 5d38fe4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
name = "arrcomp"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
keywords = [
"macro",
"list-comprehension",
"comprehension"
]
description = "List comprehension syntax for creating compile-time arrays."
repository = "https://github.com/janbridley/arrcomp"
readme = "README.md"
publish = true

exclude = [
".gitignore",
".pre-commit-config.yaml",
".github/*"
]
[dependencies]

[dev-dependencies]
Expand Down

0 comments on commit 5d38fe4

Please sign in to comment.