mirror of
https://github.com/Noratrieb/lolc.git
synced 2026-01-14 15:25:05 +01:00
13 lines
383 B
TOML
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"
|