ovunto-security 0.1.13

A library for secure end-to-end communication between clients through a server.
Documentation
{
  "name": "ovunto-security",
  "scripts": {
    "fix": "cargo fix --allow-dirty",
    "build": "cargo build",
    "format": "cargo fmt",
    "client": "cargo run --bin client --features client",
    "test": "cargo test",
    "server": "cargo run --bin server",
    "dev": "echo 'Watching for changes...' && cargo watch -s 'pnpm fix && pnpm format && [[ -z \"$TEST\" ]] && pnpm client || pnpm test'"
  }
}