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 cfa27a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
[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",
"remove",
"move",
"delete",
"rename",
]
categories = ["parsing"]

[dependencies]
anyhow = "1.0.79"
Expand Down

0 comments on commit cfa27a9

Please sign in to comment.