rdftk_graph 0.1.1

Deprecated - moved to rdftk_core
Documentation
[package]
name = "rdftk_graph"
description = "Deprecated - moved to rdftk_core"
version = "0.1.1"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
publish = true


[package.metadata.docs.rs]
# This sets the default target to `x86_64-unknown-linux-gnu`
# and only builds that target for documentation.
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
rdftk_core = { version = "0.1", path = "../rdftk_core" }