Skip to content

Commit

Permalink
Update readme. Include schema json. Bump 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmaa committed Sep 2, 2024
1 parent db1a832 commit fee0ad3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Unofficial OCSF data types for Rust based on OCSF JSON Schema.

## Getting started

TODO
Install with:

```
cargo add ocsf-schema-rs
```

### Usage

Expand Down
3 changes: 1 addition & 2 deletions ocsf-schema-rs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
all.json
/target
2 changes: 1 addition & 1 deletion ocsf-schema-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ocsf-schema-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocsf-schema-rs"
version = "0.1.0-alpha"
version = "0.1.1-alpha"
edition = "2021"
license = "Apache-2.0"
description = "OCSF data types for Rust"
Expand Down
1 change: 1 addition & 0 deletions ocsf-schema-rs/all.json

Large diffs are not rendered by default.

0 comments on commit fee0ad3

Please sign in to comment.