9 lines
245 B
TOML
9 lines
245 B
TOML
[package]
|
|
name = "bqst"
|
|
version = "0.1.0"
|
|
entrypoint = "src/lib.typ"
|
|
authors = ["javalsai <javalsai@proton.me>"]
|
|
license = "Unlicense"
|
|
description = "Basic Qalc(st). Barebones libqalculate (in its unit aspect) implementation"
|
|
exclude = ["test"]
|