Basic API Setup

This commit is contained in:
2025-11-28 21:05:05 +01:00
parent 8ff2c76dc1
commit 504b5b2b27
5 changed files with 51 additions and 3 deletions

View File

@@ -1,6 +1,13 @@
[package]
name = "RustyMine-daemon"
name = "rustymine-daemon"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
axum = "0.8.7"
serde = "1.0.228"
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.43", features = ["max_level_debug"] }
tracing-subscriber = "0.3.22"