mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
Co-authored-by: Gelu Vrabie <gelu@exolabs.net> Co-authored-by: Seth Howes <sethshowes@gmail.com> Co-authored-by: Matt Beton <matthew.beton@gmail.com>
27 lines
502 B
TOML
27 lines
502 B
TOML
[package]
|
|
name = "util"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
name = "util"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# macro dependencies
|
|
extend = { workspace = true }
|
|
|
|
# utility dependencies
|
|
thiserror = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
internment = { workspace = true }
|
|
derive_more = { workspace = true }
|
|
bon = { workspace = true }
|
|
recursion = { workspace = true }
|
|
fn_pipe = { workspace = true }
|