about summary refs log tree commit diff stats
BranchCommit messageAuthorAge
masterdwm autostart: redshift go BRRRRRVitor Gonçalves17 months
 
 
AgeCommit messageAuthorFilesLines
2024-02-29dwm autostart: redshift go BRRRRR HEAD masterVitor Gonçalves1-0/+1
2024-02-18revert nvim: neovideVitor Gonçalves1-7/+0
2024-02-18zsh: remove VISUALVitor Gonçalves1-1/+0
2024-02-17alias: update website contents with 7 charsVitor Gonçalves1-0/+1
2024-02-17fixed quotation, added wineprefixVitor Gonçalves1-1/+2
2024-02-16alias: adb doesn't create .androidVitor Gonçalves2-0/+1912
2024-02-16zsh: ghcup stuffVitor Gonçalves1-0/+2
2024-02-16zsh: clear up ~Vitor Gonçalves1-1/+4
2024-02-16zsh: neovide is my visualVitor Gonçalves1-1/+1
2024-02-16zsh: zprofile autostarts XVitor Gonçalves1-0/+1
[...]
 
Clone
https://git.tilde.institute/vitorg/dots
revious revision' href='/gbmor/clinte/blame/Cargo.toml?id=9ee17f15bb380d31d55d83586ebdf3644cf326af'>^
bb327d3 ^
eca1e0a ^
5b59ba3 ^
bb327d3 ^

05649a5 ^
929b5dc ^




4c1640a ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

               
                 

                                          





                                                              
 



                                                                                

              
               
                
                    
            

                                                   
                  




                        









                                     
[package]
name = "clinte"
version = "2.1.1"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"
description = "CLI note posting system for shared UNIX boxes."
repository = "https://github.com/gbmor/clinte"
readme = "README.md"
keywords = ["social", "unix", "notes", "messages"]
categories = ["command-line-utilities"]
license = "ISC"

[badges]
travis-ci = { repository = "gbmor/clinte", branch = "master" }
codecov = { repository = "gbmor/clinte", branch = "master", service = "github" }
maintenance = { status = "stable" }

[dependencies]
chrono = "^0.4"
fd-lock = "^1.1"
lazy_static = "^1.4"
log = "^0.4"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
simplelog = "^0.7"
users = "^0.9"

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

[profile.release]
opt-level = 3
debug = false
lto = true
debug-assertions = false
panic = 'abort'
incremental = true
overflow-checks = false