A collection of shared libraries used across AppGuard, WallGuard, and their agents.
- Modify the
Cargo.tomlfile[members]section to include the new member (in the form"client_libraries/member_name"or"server_libraries/member_name") - Run the command
cargo new <new_member_path> --libto generate the skeleton for the new member