Skip to content

Commit 75b403d

Browse files
committed
Moved carbonbot to a standalone repo
1 parent d6bea06 commit 75b403d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

crypto-contract-value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["soulmachine <[email protected]>"]
55
edition = "2021"
66
description = "Get contract value."
77
license = "Apache-2.0"
8-
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-contract-value"
8+
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-contract-value"
99
keywords = ["cryptocurrency", "blockchain", "trading"]
1010

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

crypto-msg-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["soulmachine <[email protected]>"]
55
edition = "2021"
66
description = "Parse websocket messages from cryptocurreny exchanges"
77
license = "Apache-2.0"
8-
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-msg-parser"
8+
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-msg-parser"
99
keywords = ["cryptocurrency", "blockchain", "trading"]
1010

1111
[dependencies]

crypto-pair/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["soulmachine <[email protected]>"]
55
edition = "2021"
66
description = "Parse exchange-specific symbols to unified format"
77
license = "Apache-2.0"
8-
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-pair"
9-
homepage = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-pair"
8+
repository = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-pair"
9+
homepage = "https://github.com/crypto-crawler/crypto-crawler-rs/tree/main/crypto-pair"
1010

1111
[dependencies]
1212
crypto-market-type = "1.0.8"

crypto-pair/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# crypto-pair
22

3-
[![](https://img.shields.io/github/workflow/status/soulmachine/crypto-crawler-rs/CI/main)](https://github.com/soulmachine/crypto-crawler-rs/actions?query=branch%3Amain)
3+
[![](https://img.shields.io/github/workflow/status/crypto-crawler/crypto-crawler-rs/CI/main)](https://github.com/crypto-crawler/crypto-crawler-rs/actions?query=branch%3Amain)
44
[![](https://img.shields.io/crates/v/crypto-pair.svg)](https://crates.io/crates/crypto-pair)
55
[![](https://docs.rs/crypto-pair/badge.svg)](https://docs.rs/crypto-pair)
66
==========

0 commit comments

Comments
 (0)