lolc/Cargo.toml
2022-01-09 18:13:01 +01:00

13 lines
383 B
TOML

[package]
name = "lolc"
version = "0.2.112"
edition = "2021"
license = "MIT"
repository = "https://github.com/Nilstrieb/lolc"
homepage = "https://github.com/Nilstrieb/lolc"
description = "when you have to use libc and find it funny how horrible it is"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.112"