mirror of
https://github.com/kmanc/remote_code_oxidation
synced 2026-06-08 15:21:46 +00:00
ec40036627
* looks nicer this way * its been a good run, custom shields * relying on crates now for versioning, so dont need this anymore * kleenscan to virustotal. i probably messed something up, gotta double check in a better renderer * new pics who dis * order consistently
13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
authors = ["Kevin Conley <koins@duck.com>"]
|
|
edition = "2021"
|
|
name = "xor_params"
|
|
rust-version = "1.59"
|
|
version = "1.2.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" }
|