Skip to content

Commit 4760441

Browse files
committed
update tom file for required crates fields
1 parent c4197a0 commit 4760441

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "rdf2hdt"
3-
version = "0.1.0"
3+
version = "0.1.1"
4+
authors = ["Greg Hanson <g.isaac.hanson@gmail.com>"]
45
edition = "2024"
6+
license = "BSD-3-Clause"
7+
description = "Library for converting a RDF data to HDT"
8+
repository = "https://github.com/DeciSym/rdf2hdt"
9+
readme = "README.md"
10+
keywords = ["hdt", "rdf", "semantic-web", "converter", "parser"]
11+
categories = ["command-line-utilities", "encoding", "parser-implementations", "science", "web-programming"]
512

613
[dependencies]
714
chrono = "0.4.40"

0 commit comments

Comments
 (0)