tsk-core 0.1.4

tsk-core - core libs shared with cli and tskd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tsk-core"
version.workspace = true
edition.workspace = true
description = "tsk-core - core libs shared with cli and tskd"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"