11 lines
326 B
TOML
11 lines
326 B
TOML
[package]
|
|
name = "isomer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# periodic_table = { version = "0.5.0", path = "./pstable/", git = "http://server1/fabolous005/pstable.git" }
|
|
periodic_table = { path = "./pstable/" }
|