Skip to content

Commit

Permalink
Initial Cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed May 5, 2019
1 parent 82f7dd7 commit decbc23
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "toydb"
version = "0.1.0"
authors = ["Erik Grinaker <[email protected]>"]
edition = "2018"

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

0 comments on commit decbc23

Please sign in to comment.