Skip to content

Commit

Permalink
Update Cargo.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobni committed Aug 14, 2020
1 parent c6d871b commit 77fe80b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[package]
name = "inject"
version = "0.1.0"
authors = ["tobni <[email protected]>"]
authors = ["Tobias Nilsson <[email protected]>"]
description = "Experimental IOC library for Rust"
edition = "2018"
readme = "README.md"
repository = "https://github.com/tobni/inject-rs"
license-file = "LICENSE"
keywords = ["injection", "ioc", "resolve", "control", "dependency"]
categories = ["config"]


[dependencies]
inject-macro = { path = "./inject-macro" }
inject-macro = { path = "./inject-macro", version = "0.1.0" }

[dev-dependencies]
rstest = "0.6.3"
6 changes: 5 additions & 1 deletion inject-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "inject-macro"
version = "0.1.0"
authors = ["tobni <[email protected]>"]
authors = ["Tobias Nilsson <[email protected]>"]
edition = "2018"
description = "Experimental IOC library for Rust, procedural macros"
readme = "../README.md"
repository = "https://github.com/tobni/inject-rs"
license-file = "../LICENSE"

[lib]
proc-macro = true
Expand Down

0 comments on commit 77fe80b

Please sign in to comment.