Files
kmanc 7c13182323 Patches (#66)
* gitignore update for mac

* cargo things

* documentation update, finally have multiple os builds figured out

* avoid feature injection on dependencies as it has caused problems in the past

* bump version now

* this shouldnt have changed anything, just reorded so its not a random mess ordered by 'well i made it now'

* missed a required import for the move away from feature injection

* wasnt as lazy this time, actually build for two main oses
2022-09-20 20:58:52 -07:00

13 lines
320 B
TOML

[package]
authors = ["Kevin Conley <koins@duck.com>"]
edition = "2021"
name = "hash_params"
rust-version = "1.59"
version = "1.0.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rco_config = {path = "../rco_config"}
rco_utils = {path = "../rco_utils"}