about summary refs log tree commit diff stats
path: root/105string-equal.subx
Commit message (Collapse)AuthorAgeFilesLines
* 6627Kartik Agaram2020-07-101-2/+2
|
* 6612 - reorganize layersKartik Agaram2020-07-051-0/+263
2019-09-04 10:27:48 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-09-04 10:27:48 -0400 logging reflects executing username' href='/gbmor/clinte/commit/Cargo.toml?id=eca1e0ad03f3bf83f8548509291905363096f0af'>eca1e0a ^
5b59ba3 ^
5b59ba3 ^
05649a5 ^
929b5dc ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

               
                 





                                                                                                
               
                    
            
                  
                  





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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "^0.4"
lazy_static = "^1.4"
log = "^0.4"
rusqlite = "^0.20"
simplelog = "^0.7"
users = "^0.9"

[dependencies.clap]
version = "^2.33"
default-features = false
features = [ "suggestions", "color" ]