Move part of libbase to Rust

This commit is contained in:
topjohnwu
2022-08-08 22:53:37 -07:00
parent dd565a11ea
commit 4c0f72f68f
19 changed files with 205 additions and 130 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "base"
version = "0.1.0"
version = "0.0.0"
edition = "2021"
[lib]
@@ -8,3 +8,4 @@ path = "lib.rs"
[dependencies]
cxx = { path = "../external/cxx-rs" }
libc = "0.2"