Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Apr 23, 2023
1 parent 4d5a5a3 commit 14f8daa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "pddl"
version = "0.0.0"
description ="A PDDL 3.1 parser"
license = "EUPL-1.2"
categories = ["parser-implementations", "science", "simulation"]
keywords = ["pddl", "planning", "parser"]
repository = "https://github.com/sunsided/pddl-rs"
readme = "README.md"
authors = ["Markus Mayer <[email protected]>"]
edition = "2021"
rust-version = "1.69.0"

[dependencies]
nom = "7.1.3"
Expand Down

0 comments on commit 14f8daa

Please sign in to comment.