jpp/zad7/Cargo.toml
2024-03-22 12:36:37 +01:00

14 lines
164 B
TOML

[package]
name = "zad7"
version = "0.1.0"
edition = "2021"
[lib]
name = "zad7"
crate-type = ["staticlib", "cdylib"]
[dependencies]
[features]
iter = []
rec = []