Skip to content

Commit

Permalink
Publish to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
evccyr committed Jan 22, 2024
1 parent e8bc1fa commit 5ee9d99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "firo-parser"
authors = ["evccyr@gmail.com"]
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Parser for the \".firo\" file format."
readme = "README.md"
repository = "https://github.com/evccyr/firo-parser"
documentation = "https://docs.rs/firo-parser"
keywords = ["parser", "firo", "parsing", "dsl", "bulk"]
categories = ["parsing"]

[dependencies]
anyhow = "1.0.79"
Expand Down

0 comments on commit 5ee9d99

Please sign in to comment.