meta: initial commit

This commit is contained in:
2024-01-21 00:45:33 -05:00
commit e64a144620
4 changed files with 464 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "minecraft-frequent-saver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-channel = "2.1.1"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "process", "macros", "time"] }