[package]
name = "flowstdlib"
version = "0.3.1"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
include = ["src/**/*", "Cargo.toml"]
description = "The standard library for 'flow' programs compiled with the 'flowc' compiler"
homepage = "https://github.com/andrewdavidmackenzie/flow/README.md"
documentation = "https://github.com/andrewdavidmackenzie/flow/README.md"
readme = "../README.md"
license = "MIT"
repository = "https://github.com/andrewdavidmackenzie/flow/"
[lib]
name = "flowstdlib"
path = "src/lib.rs"
[dependencies.flowrlib]
version = "^0.3"