mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
7 lines
112 B
TOML
7 lines
112 B
TOML
[package]
|
|
name = "fibonacci-lib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true } |