mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
10 lines
181 B
TOML
10 lines
181 B
TOML
[package]
|
|
name = "cluelessh-format"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
crypto-bigint = { version = "0.5.5", features = ["generic-array"] }
|
|
|
|
[lints]
|
|
workspace = true
|