Skip to content

Commit

Permalink
repo (#117)
Browse files Browse the repository at this point in the history
* repo

* toolchain
  • Loading branch information
neonphog authored Jan 14, 2025
1 parent 25d7ccb commit aea0995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/tx5-connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tx5-connection"
version = "0.1.5-beta"
description = "holochain webrtc connection"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/holochain/tx5"
repository = "https://github.com/holochain/tx5"
documentation = "https://docs.rs/tx5-connection"
authors = ["Holochain Core Dev Team <[email protected]>"]
keywords = ["holochain", "holo", "p2p", "webrtc", "networking"]
Expand Down
2 changes: 1 addition & 1 deletion crates/tx5-signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tx5-signal"
version = "0.1.5-beta"
description = "holochain webrtc signal client"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/holochain/tx5"
repository = "https://github.com/holochain/tx5"
documentation = "https://docs.rs/tx5-signal"
authors = ["Holochain Core Dev Team <[email protected]>"]
keywords = ["holochain", "holo", "p2p", "webrtc", "networking"]
Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.82.0"
components = ["rustfmt", "clippy"]
profile = "minimal"

0 comments on commit aea0995

Please sign in to comment.