17 lines
303 B
TOML
17 lines
303 B
TOML
[package]
|
|
name = "lux"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A functional programming language with first-class effects, schema evolution, and behavioral types"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
rustyline = "14"
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[profile.release]
|
|
lto = true
|