Skip to content

Commit

Permalink
Coming up.
Browse files Browse the repository at this point in the history
  • Loading branch information
manaskarekar committed May 28, 2020
0 parents commit 23bc44f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "horseshoe"
version = "0.1.0"
authors = ["Manas Karekar <powerslave12r@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0 comments on commit 23bc44f

Please sign in to comment.