feat: 실시간 슬리피지 모니터링(UI/백엔드) 적용 및 Rust 엔진 포팅 Phase 1 셋업

This commit is contained in:
Your Name
2026-09-02 22:12:17 +09:00
parent 253c95e2c2
commit 93c6f711fa
9 changed files with 124 additions and 2 deletions

11
kis_rust_core/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "kis_rust_core"
version = "0.1.0"
edition = "2021"
[lib]
name = "kis_rust_core"
crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.20.0", features = ["extension-module"] }