mirror of
https://github.com/fluencelabs/fluence-shared-canvas
synced 2025-03-14 19:50:49 +00:00
initial commit
This commit is contained in:
commit
8681d2a8af
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/.idea/
|
||||
/project/project
|
||||
/project/target
|
||||
/target/
|
||||
/Cargo.lock
|
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "hackaton_13-04-19"
|
||||
version = "0.1.0"
|
||||
authors = ["Aleksandrov Vladimir <invis87@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user