mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
7c13182323
* 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
13 lines
320 B
TOML
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"}
|