atomic-cli 0.34.3

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]
description = "Create, share, fetch and model linked Atomic Data!"
license = "MIT"
name = "atomic"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.15.0"

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

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

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