🚀 meta: initial commit

This commit is contained in:
2023-11-18 13:18:05 -05:00
commit 271f42c124
4 changed files with 61 additions and 0 deletions

16
Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "dotenv"
version = "0.1.0"
dependencies = [
"dotenvy",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"