Init package
This commit is contained in:
parent
03bb4f4796
commit
3278f33899
3 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.guix-environment
|
||||
build-aux/rust-environment
|
||||
target
|
||||
|
|
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "mtcs-garage"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "credit5000"
|
||||
path = "src/main.rs"
|
1
src/main.rs
Normal file
1
src/main.rs
Normal file
|
@ -0,0 +1 @@
|
|||
fn main() {}
|
Loading…
Reference in a new issue