chore: add LICENSE

Create LICENSE-APACHE

Create LICENSE-MIT
This commit is contained in:
2026-01-26 16:23:13 +02:00
parent d128816956
commit e07d16644e
6 changed files with 230 additions and 2 deletions

View File

@@ -6,11 +6,11 @@
//!
//! Outputs NDJSON records to stdout or a file.
use clap::Parser;
use common::{
BenchRecord, KeyExchangeMode,
protocol::{read_payload, write_request},
};
use clap::Parser;
use miette::miette;
use std::{
fs::File,