14 lines
286 B
TOML
14 lines
286 B
TOML
[package]
|
|
name = "keyfork-crossterm-ioctl-shim"
|
|
version = "0.1.0"
|
|
description = "A shim for working with crossterm ioctls with custom fd's"
|
|
repository = "https://git.distrust.co/public/keyfork"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
libc = "0.2.172"
|