libsts 0.3.1

A library for working with Slay the Spire save and run files
Documentation
[package]

name = "libsts"

version = "0.3.1"

authors = ["Robert Usher"]

edition = "2018"

description = "A library for working with Slay the Spire save and run files"

readme = "README.md"

license = "MIT OR Apache-2.0"

repository = "https://github.com/dcchut/libsts"



[dependencies]

base64 = "0.11"

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

failure = "0.1"

failure_derive = "0.1"



[dev-dependencies]

fwatch = "0.1"