Refactor project structure (#507)

This commit is contained in:
Yota Toyama
2025-12-14 23:57:47 -08:00
committed by GitHub
parent 46a6cfe93f
commit cb436b2558
10 changed files with 60 additions and 92 deletions

View File

@@ -7,6 +7,10 @@ repository = "https://github.com/raviqqe/bdwgc-alloc"
license = "MIT"
categories = ["api-bindings", "memory-management", "no-std", "no-std::no-alloc"]
[workspace]
resolver = "3"
members = ["examples/*"]
[dependencies]
libc = "0.2.178"