atomic-cli 0.17.2

CLI tool to create, store, query, validate and convert Atomic Data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "atomic"
version = "0.15.0"
description = "Create, share, fetch and model linked Atomic Data!"
license = "MIT"
repository = "https://github.com/joepio/atomic"

[[module]]
name = "atomic"
source = "../target/wasm32-wasi/release/atomic-cli.wasm"
abi = "wasi"

[module.interfaces]
wasi = "0.0.0-unstable"

[[command]]
name = "atomic"
module = "atomic-cli.wasm"