Skip to content

Commit 36e37c4

Browse files
committed
chore: prepare for version bump
1 parent eb15281 commit 36e37c4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors = [ "Yusuf Bera Ertan <y.bera003.06@protonmail.com>" ]
55
edition = "2018"
66
license = "MIT"
77
description = "Rust library to work with the Harmony chat protocol."
8-
repository = "https://github.com/yusdacra/harmony_rust_sdk"
9-
homepage = "https://github.com/yusdacra/harmony_rust_sdk"
10-
keywords = [ "harmony", "protocol", "api", "client" ]
8+
repository = "https://github.com/harmony-development/harmony_rust_sdk"
9+
homepage = "https://github.com/harmony-development/harmony_rust_sdk"
10+
keywords = [ "harmony", "protocol", "api", "chat", "client" ]
1111
categories = [ "api-bindings" ]
1212
exclude = [
1313
"*.nix",

harmony_derive/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[package]
22
name = "harmony_derive"
3+
description = "Proc macros for harmony_rust_sdk. Not meant to be publicly used."
34
version = "0.1.0"
45
authors = ["Yusuf Bera Ertan <y.bera003.06@protonmail.com>"]
56
edition = "2018"
7+
homepage = "https://github.com/harmony-development/harmony_rust_sdk"
8+
repository = "https://github.com/harmony-development/harmony_rust_sdk"
9+
license = "MIT"
610

711
[lib]
812
proc-macro = true

0 commit comments

Comments
 (0)