Skip to content

Commit

Permalink
update Cargo.toml for publishing to crate.io (#5)
Browse files Browse the repository at this point in the history
* update Cargo.toml for publishing to crate.io

* Fixing version link for crate.io ref links

* Fixing readme path in Cargo.toml

* clean up Cargo.toml
  • Loading branch information
douggynix authored Nov 20, 2023
1 parent 43739e2 commit 9e2e5d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 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.

15 changes: 13 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
[package]
name = "dto_mapper"
version = "0.1.0"
version = "0.1.2"
edition = "2021"
authors = ["James Douglass Lefruit"]

description = "A library to create dynamic DTOs (Data Transfer Object) from a structure"
repository = "https://github.com/douggynix/dto_mapper"
homepage = "https://github.com/douggynix/dto_mapper"
documentation = "https://github.com/douggynix/dto_mapper/tree/0.1.2"
readme = "README.md"
license = "Apache-2.0"
categories = ["Data Structures", "Web Programming", "Rust patterns"]
keywords = ["DTO", "DTO Mapper", "Data Transfer Object", "DTO Pattern", "Model Mapper"]
exclude = [
".github/workflows/rust.yml",
".vscode/settings.json",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
Expand Down

0 comments on commit 9e2e5d0

Please sign in to comment.