jpp/zad7/Cargo.toml

15 lines
164 B
TOML
Raw Normal View History

2024-03-22 12:36:37 +01:00
[package]
name = "zad7"
version = "0.1.0"
edition = "2021"
[lib]
name = "zad7"
crate-type = ["staticlib", "cdylib"]
[dependencies]
[features]
iter = []
rec = []