16 lines
425 B
TOML
16 lines
425 B
TOML
[package]
|
|
name = "periodic_table"
|
|
version = "0.5.0"
|
|
authors = ["Victor Koenders <victor.koenders@gmail.com>"]
|
|
readme = "readme.md"
|
|
description = "Library that provides a list of elements in the periodic table"
|
|
license = "MIT"
|
|
repository = "https://github.com/trangar/periodic_table"
|
|
edition = "2021"
|
|
rust-version = "1.62.1"
|
|
|
|
[build-dependencies]
|
|
askama = "0.12"
|
|
csv = "1.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|