initial commit 🚀

This commit is contained in:
2023-04-07 01:48:03 -03:00
commit 4e6c778b5d
9 changed files with 150 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "turbo_open"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0", features = ["derive"] }
[[bin]]
name = "turbo_open"
path = "main.rs"