Blob


1 [package]
2 name = "sflogbook"
3 version = "0.1.0"
4 authors = ["matthiaschmidt"]
5 edition = "2018"
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9 [dependencies]
10 log = "0.4.14"
11 env_logger = "0.9.0"
12 rustyline = "9.0.0"
13 rand = "0.8.4"