Skip to content

Commit

Permalink
Add README.md to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Aug 1, 2024
1 parent 3a62d00 commit 8e6e1a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ description = "Stub file (*.pyi) generator for PyO3"
repository = "https://github.com/Jij-Inc/pyo3-stub-gen"
keywords = ["pyo3"]
license = "MIT OR Apache-2.0"
readme = "README.md"

[workspace.dependencies]
pyo3-stub-gen = { version = "0.1.0", path = "pyo3-stub-gen" }
Expand Down
1 change: 1 addition & 0 deletions pyo3-stub-gen-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description.workspace = true
repository.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions pyo3-stub-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description.workspace = true
repository.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down

0 comments on commit 8e6e1a4

Please sign in to comment.