mirror of
https://framagit.org/almet/jardiflore.git
synced 2025-04-28 12:02:37 +02:00
12 lines
165 B
TOML
12 lines
165 B
TOML
[package]
|
|
name = "jardiflore"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "jardiflore"
|
|
path = "main.rs"
|
|
|
|
[dependencies]
|
|
calamine = "0.26.1"
|
|
serde = "1.0.217"
|