Skip to content

Commit

Permalink
Merge pull request #10 from xelis-project/dev
Browse files Browse the repository at this point in the history
Add authors in Cargo.toml
  • Loading branch information
Slixe authored Apr 17, 2023
2 parents ec81ca8 + c02f4dc commit 2cd3ff3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# XELIS Blockchain
All rights reserved.

XELIS is a blockchain made in Rust and powered by Tokio, using account model.
It allows deploy custom assets working exactly like the native coin in transactions and wallet.
Expand Down
1 change: 1 addition & 0 deletions xelis_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xelis_common"
version = "1.3.0"
edition = "2021"
authors = ["Slixe <[email protected]>"]

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

Expand Down
1 change: 1 addition & 0 deletions xelis_daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xelis_daemon"
version = "1.3.0"
edition = "2021"
authors = ["Slixe <[email protected]>"]

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

Expand Down
1 change: 1 addition & 0 deletions xelis_miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xelis_miner"
version = "1.3.0"
edition = "2021"
authors = ["Slixe <[email protected]>"]

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

Expand Down
1 change: 1 addition & 0 deletions xelis_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "xelis_wallet"
version = "1.3.0"
edition = "2021"
authors = ["Slixe <[email protected]>"]

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

Expand Down

0 comments on commit 2cd3ff3

Please sign in to comment.