Skip to content

Commit

Permalink
chore: Update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Apr 7, 2024
1 parent 6e16c78 commit 73ecdfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https://github.com/mcmah309/error_set"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
error_set_impl = { path = "impl" }
error_set_impl = { version = "=0.3.0", path = "impl" }

[dev-dependencies]
trybuild = "^1.0.91"
trybuild = "^1.0.91"

[workspace]
members = ["impl"]
7 changes: 5 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "error_set_impl"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "implementation of the proc macro for the error_set crate."
version = "0.3.0"
license = "Apache-2.0"
documentation = "https://docs.rs/error_set"
repository = "https://github.com/mcmah309/error_set"

[lib]
proc-macro = true
Expand Down

0 comments on commit 73ecdfa

Please sign in to comment.