Skip to content

Commit

Permalink
chore: adds more metadata to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Oct 22, 2023
1 parent a1fefdc commit cc93fa2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ members = ["introspect", "introspect-core", "introspect-proc-macros"]
resolver = "2"

[workspace.package]
authors = ["Clay McLeod <clay.l.mcleod@gmail.com>"]
edition = "2021"
homepage = "https://github.com/claymcleod/introspection"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/claymcleod/introspection"

[workspace.dependencies]
proc-macro2 = { version = "1.0.69" }
Expand Down
4 changes: 4 additions & 0 deletions introspect-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name = "introspect-core"
description = "A crate containing the core functionality used for `introspect` and supporting crates"
version = "0.1.0"
documentation = "https://docs.rs/introspect-core"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]

Expand Down
4 changes: 4 additions & 0 deletions introspect-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name = "introspect-proc-macros"
description = "Procedural macros for `introspect`"
version = "0.1.0"
documentation = "https://docs.rs/introspect-proc-macros"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[lib]
proc-macro = true
Expand Down
4 changes: 4 additions & 0 deletions introspect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name = "introspect"
description = "Introspection for Rust `struct`s and `enum`s (\"entities\") and their respective fields and variants (\"members\")"
version = "0.1.0"
documentation = "https://github.com/claymcleod/introspect#readme"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[features]
default = ['derive']
Expand Down

0 comments on commit cc93fa2

Please sign in to comment.