feat: init
JamesPatrickGill authored 1 month agoroot commitBrowse files
1111df1c55596e179ec486dbf2b8095f3e2310681111df1c55596e179ec486dbf2b8095f3e2310684 files changed+17 −0
| @@ -0,0 +1 @@ | ||
| 1 | +/target |
| @@ -0,0 +1,7 @@ | ||
| 1 | +# This file is automatically @generated by Cargo. | |
| 2 | +# It is not intended for manual editing. | |
| 3 | +version = 4 | |
| 4 | + | |
| 5 | +[[package]] | |
| 6 | +name = "steid" | |
| 7 | +version = "0.1.0" |
| @@ -0,0 +1,6 @@ | ||
| 1 | +[package] | |
| 2 | +name = "steid" | |
| 3 | +version = "0.1.0" | |
| 4 | +edition = "2024" | |
| 5 | + | |
| 6 | +[dependencies] |
| @@ -0,0 +1,3 @@ | ||
| 1 | +fn main() { | |
| 2 | + println!("Hello, world!"); | |
| 3 | +} |