restart basically lmao

This commit is contained in:
Schrottkatze 2023-12-13 18:13:43 +01:00
parent 49995bbc62
commit b4d48a598a
26 changed files with 61 additions and 1907 deletions

8
crates/pl-cli/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "pl-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}