first commit

This commit is contained in:
Lenn Louis
2026-04-30 17:16:13 +08:00
parent 0983f5e88e
commit 985002c96d
7 changed files with 1897 additions and 2 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "eskin-finger-sdk"
version = "0.1.0"
edition = "2024"
[lib]
name = "eskin_finger_sdk"
crate-type = ["lib", "cdylib", "staticlib"]
[dependencies]
chrono = "0.4.44"
crossbeam-channel = "0.5.15"
fern = "0.7.1"
libc = "0.2.186"
log = "0.4.29"
serde = "1.0.228"
serde_json = "1.0.149"
thiserror = "2.0.18"
uuid = "1.23.1"