init: Prove the concept of reproducible builds

This commit is contained in:
Matthew Binning 2025-12-12 14:34:46 -08:00
commit b957af3edb
No known key found for this signature in database
9 changed files with 2075 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "hello-world"
version = "0.1.0"
edition = "2021"
[dependencies]
neofetch = "0.2.0"
figlet-rs = "0.1.5"
tokio = { version = "1.42", features = ["full"] }