Skip to content

Commit 9c8df24

Browse files
committed
monitor: Add files necessary for packaging
Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 parent 007be46 commit 9c8df24

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

monitor/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE

monitor/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# crypto-auditing-event-monitor
2+
3+
[![crates.io badge](https://img.shields.io/crates/v/crypto-auditing-event-monitor.svg)](https://crates.io/crates/crypto-auditing-event-monitor)
4+
5+
This crate provides the `crau-query` executable. To see the whole architecture, see the design [document](https://github.com/latchset/crypto-auditing/blob/main/docs/architecture.md).
6+
7+
## Usage
8+
9+
```console
10+
$ cargo install crypto-auditing-event-monitor
11+
$ crau-monitor
12+
```

0 commit comments

Comments
 (0)