Initial commit

This commit is contained in:
2018-09-24 13:52:45 +02:00
commit fb28f2bc6e
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "mars"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
# mars
A small server for easily building projects.
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}