imag-link: init
This commit is contained in:
parent
98df49b6eb
commit
d9cc5f0103
2 changed files with 9 additions and 0 deletions
6
imag-link/Cargo.toml
Normal file
6
imag-link/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[package]
|
||||||
|
name = "imag-link"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
|
[dependencies]
|
3
imag-link/src/main.rs
Normal file
3
imag-link/src/main.rs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in a new issue