mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
29 lines
644 B
TOML
29 lines
644 B
TOML
[package]
|
|
name = "rink"
|
|
version = "0.5.1"
|
|
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
|
|
description = "Unit conversion tool, similar to frink"
|
|
homepage = "https://rinkcalc.app"
|
|
repository = "https://github.com/tiffany352/rink-rs"
|
|
readme = "README.md"
|
|
license = "MPL-2.0"
|
|
keywords = ["unit", "math", "conversion", "cli", "tool"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
linefeed = "0.6.0"
|
|
clap = "2.33.1"
|
|
dirs = "3.0.1"
|
|
reqwest = "0.9.2"
|
|
chrono = "0.2.25"
|
|
serde_json = "1"
|
|
|
|
[dependencies.rink-core]
|
|
version = "0.5"
|
|
path = "./core"
|
|
|
|
[workspace]
|
|
members = ["core", "rink-js"]
|
|
|
|
[package.metadata.wasm-pack.profile.profiling]
|
|
wasm-opt = ['-g', '-O']
|