Initial patch
Dependencies
Change contents
- file addition: src[1.0]
- file addition: main.rs[0.15]
fn main() {println!("Hello, world!");} - file addition: Cargo.toml[1.0]
[package]name = "siders"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies] - file addition: Cargo.lock[1.0]
# This file is automatically @generated by Cargo.# It is not intended for manual editing.version = 3[[package]]name = "siders"version = "0.1.0" - file addition: .ignore[1.0]
.git.DS_Store/target