general: snapshot

This commit is contained in:
nym21
2025-02-19 21:43:18 +01:00
parent 2cb4d65f3d
commit 5e39510f21
150 changed files with 188 additions and 972 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "bli"
description = "A command line interface to run berver"
version = "0.1.0"
edition = { workspace = true }
license = { workspace = true }
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}