Skip to content

Commit

Permalink
Add repository, license, and description to picomux and sillad Cargo.…
Browse files Browse the repository at this point in the history
…toml files
  • Loading branch information
nullchinchilla committed Mar 18, 2024
1 parent aa9544e commit fdaddff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/picomux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "picomux"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/geph-official/geph5"
license="ISC"
description="A "

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

Expand Down
3 changes: 3 additions & 0 deletions libraries/sillad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "sillad"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/geph-official/geph5"
license="ISC"
description="A framework for talking about TCP-like dialers and listeners, within the futures-io ecosystem"

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

Expand Down

0 comments on commit fdaddff

Please sign in to comment.