Skip to content

Commit 2d33f49

Browse files
committed
[documentation]: #6 Move the Rust examples to this repository
Signed-off-by: 6r1d <[email protected]>
1 parent 4100a65 commit 2d33f49

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Rust/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "Rust"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
iroha_client = { "git" = "https://github.com/hyperledger/iroha.git", branch = "iroha2-dev" }

Rust/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello, world!");
3+
}

0 commit comments

Comments
 (0)