~ghostly_zsh/yassp

5cda87915aafe80aca40ecbd40f91733dfb15fe9 — ghostly_zsh 29 days ago main
initial commit
3 files changed, 9 insertions(+), 0 deletions(-)

A .gitignore
A Cargo.toml
A src/main.rs
A  => .gitignore +1 -0
@@ 1,1 @@
/target

A  => Cargo.toml +6 -0
@@ 1,6 @@
[package]
name = "yassp"
version = "0.1.0"
edition = "2024"

[dependencies]

A  => src/main.rs +2 -0
@@ 1,2 @@
fn main() {
}