jpp/zad6/Cargo.toml
jacekpoz 26a7b3d447
general improvements
including rust arg taking, rust feature work and changing the name of
the executable in ada
2024-03-22 13:09:09 +01:00

14 lines
159 B
TOML

[package]
name = "zad6"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2.153"
[build-dependencies]
cc = "1.0.90"
[features]
iter = []
rec = []