Skip to content

Commit

Permalink
updated Cargo.toml for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Jul 8, 2023
1 parent 95c2315 commit 88aa05b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "static-toml"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["Tim 'Piepmatz' Hesse"]
exclude = [".github/"]
repository = "https://github.com/cptpiepmatz/static-toml"
description = "Effortlessly embed TOML files into your Rust code as static data with custom data structures."
license = "MIT"
keywords = ["static", "include", "embed", "toml", "config"]
categories = ["config", "data-structures"]

[lib]
proc-macro = true
Expand Down

0 comments on commit 88aa05b

Please sign in to comment.