init: Prove the concept of reproducible builds
This commit is contained in:
commit
b957af3edb
9 changed files with 2075 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue