add coreid

This commit is contained in:
2025-08-15 16:38:03 +08:00
parent 71af7b785a
commit 1628a9c690
6 changed files with 57 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "coreid"
version = "0.1.0"
edition = "2021"
authors = ["abbytsing@gmail.com"]
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies]
libc = "^0.2.0"