mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
7eb6787562
* crate updates * oops
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.63"
|
|
version = "1.1.0"
|
|
|
|
# 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"}
|