ontoenv-cli 0.1.6

Command line tool to manage ontologies and their imports in a local environment
[[bin]]
doc = false
name = "ontoenv"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.79"

[dependencies.chrono]
features = ["serde"]
version = "0.4.33"

[dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dependencies.env_logger]
version = "0.11.1"

[dependencies.ontoenv]
version = "0.1.4-alpha6"

[dependencies.oxigraph]
version = "0.3.22"

[package]
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
description = "Command line tool to manage ontologies and their imports in a local environment"
edition = "2021"
homepage = "https://github.com/gtfierro/ontoenv-rs"
license = "BSD-3-Clause"
name = "ontoenv-cli"
repository = "https://github.com/gtfierro/ontoenv-rs"
version = "0.1.6"