-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "codemp" | ||
description = "codemp -- code multiplexer" | ||
homepage = "https://codemp.dev" | ||
homepage = "https://code.mp" | ||
repository = "https://github.com/hexedtech/codemp" | ||
authors = [ | ||
"alemi <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
//! ```rust | ||
//! # async fn main() { | ||
//! let client = codemp::Client::connect( | ||
//! "https://api.codemp.dev", // default server, by hexed.technology | ||
//! "https://api.code.mp", // default server, by hexed.technology | ||
//! "[email protected]", // your username, on hexed.technology it's the email | ||
//! "dont-use-this-password" // your password | ||
//! ) | ||
|
@@ -86,7 +86,7 @@ | |
//! * [PyPI (python)](https://pypi.org/project/codemp) | ||
//! * [npm (javascript)](https://www.npmjs.com/package/codemp) | ||
//! | ||
#![doc(html_logo_url = "https://codemp.dev/static/logo-round.png")] | ||
#![doc(html_logo_url = "https://code.mp/static/logo-round.png")] | ||
|
||
/// core structs and traits | ||
pub mod api; | ||
|