Skip to content

Commit

Permalink
fixed packaging (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
softstream-link authored Feb 26, 2024
1 parent ce4dde5 commit aeec142
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true

description = "Python bindings for the OUCH protocol"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
# this is the name of python module (i.e. import ouch_connect) remember to change it in pyproject.toml, #[pymodule]/lib.rs, and here
Expand Down
2 changes: 2 additions & 0 deletions connect/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true

description = "Core Structures and Traits for OUCH Connectors"

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

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions connect/nonblocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true

description = "Non blocking OUCH protocol implementation"

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

[dependencies]
Expand Down

0 comments on commit aeec142

Please sign in to comment.