diff --git a/README.md b/README.md index f694e357..f8a26bb1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/xelis_common/Cargo.toml b/xelis_common/Cargo.toml index 008fa37c..96b99b63 100644 --- a/xelis_common/Cargo.toml +++ b/xelis_common/Cargo.toml @@ -2,6 +2,7 @@ name = "xelis_common" version = "1.3.0" edition = "2021" +authors = ["Slixe "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xelis_daemon/Cargo.toml b/xelis_daemon/Cargo.toml index 27ca1c29..01df96b4 100644 --- a/xelis_daemon/Cargo.toml +++ b/xelis_daemon/Cargo.toml @@ -2,6 +2,7 @@ name = "xelis_daemon" version = "1.3.0" edition = "2021" +authors = ["Slixe "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xelis_miner/Cargo.toml b/xelis_miner/Cargo.toml index 7acae889..1fc943b4 100644 --- a/xelis_miner/Cargo.toml +++ b/xelis_miner/Cargo.toml @@ -2,6 +2,7 @@ name = "xelis_miner" version = "1.3.0" edition = "2021" +authors = ["Slixe "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xelis_wallet/Cargo.toml b/xelis_wallet/Cargo.toml index 3ecf770b..95aa3c4e 100644 --- a/xelis_wallet/Cargo.toml +++ b/xelis_wallet/Cargo.toml @@ -2,6 +2,7 @@ name = "xelis_wallet" version = "1.3.0" edition = "2021" +authors = ["Slixe "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html