ci-testing-kbartush 1.5.5

XDR object serialization for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ci-testing-kbartush"
version = "1.5.5"
authors = ["Kyle Bartush <kbartush@kochava.com>"]
description = "XDR object serialization for Rust"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/"
repository = "https://github.com/kbartush/ci-testing"
keywords = ["test"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
xdr-rs-serialize = { version = "0.1.0-alpha" }
xdr-rs-serialize-derive = { version = "0.1.0-alpha" }
json = "0.12.0"