first commit
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user