Files
shadow-rs/Cargo.toml
joaoviictorti 3e51fe4c11 refactor: Refactoring all code to improve documentation and operation of the kernel driver
- Updating module documentation
- Adding new features
- Refactoring all code to improve readability
2024-11-01 13:26:50 -03:00

4 lines
89 B
TOML

[workspace]
members = ["client", "crates/common", "crates/shadowx"]
exclude = ["driver"]