7fe895f041
This also forces an update of the rand dependency, so while we are at it we update all the dependencies.
11 lines
210 B
TOML
11 lines
210 B
TOML
[package]
|
|
name = "pixelfoo"
|
|
version = "0.2.0"
|
|
authors = ["juergen <juergen@chaospott.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rand = "0.8.4"
|
|
chrono = "0.4.6"
|
|
lowdim = { version = "0.6.0", features = ["random"] }
|