feat: initialize project structure, modules and configurations

This commit is contained in:
0xcathiefish
2026-05-30 08:38:18 +00:00
commit aa80ac21ee
15 changed files with 778 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "nosync"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
dotenvy = "0.15.7"
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["full"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }