[dependencies]
[lib]
name = "flow_stdlib"
path = "src/lib.rs"
[package]
authors = ["Flow Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "development-tools"]
description = "Standard library for the Flow programming language"
edition = "2024"
homepage = "https://github.com/flowlangteam/flow"
keywords = ["flow", "stdlib", "standard-library"]
license = "MIT"
name = "flow_stdlib"
readme = false
repository = "https://github.com/flowlangteam/flow"
resolver = "2"
version = "0.1.0"