We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100a65 commit 2d33f49Copy full SHA for 2d33f49
Rust/Cargo.toml
@@ -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
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}
0 commit comments