9 lines
184 B
TOML
9 lines
184 B
TOML
[package]
|
|
name = "clime"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
stilts = { git = "https://git.soup.land/soup/stilts.git" }
|
|
e = { git = "https://git.soup.land/soup/e.git" }
|