about summary refs log blame commit diff stats
path: root/Cargo.toml
blob: eca4478db9d1dff74a4e99206d906cf1cf54e1da (plain) (tree)
1
2
3
4
5
6
7
8
9
10
         
                   


                                          
              
              
                  
               
                    
               
                     
[package]
name = "instistats"
version = "0.1.0"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"

[dependencies]
chrono = "0.4"
serde_json = "1.0"
serde_yaml = "0.8"
walkdir = "2.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]