mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
db3f8d060b
* Added helper functions `load_definitions()` and `load_currency()` on Context to deduplicate code every frontend had to write out * Added ToSpans impl for `Result<QueryReply, QueryError>` to avoid a pointless looking match statement * Added more examples to the API docs * Fleshed out the API docs a bit more
8 lines
159 B
TOML
8 lines
159 B
TOML
[workspace]
|
|
members = ["core", "rink-js", "sandbox", "cli", "irc"]
|
|
default-members = ["cli"]
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
opt-level = "z"
|
|
lto = true
|