koto_tempfile 0.3.0

A Koto library for working with temporary files
Documentation
[package]
name = "koto_tempfile"
version = "0.3.0"
authors = ["irh <ian.r.hobson@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A Koto library for working with temporary files"
homepage = "https://github.com/koto-lang/koto"
repository = "https://github.com/koto-lang/koto"
keywords = ["scripting", "language", "koto"]

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

[dependencies]
koto_runtime = { path = "../../src/runtime", version = "0.3.0" }
tempfile = "3.1"