11[package ]
22name = " snip-cli"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55authors = [" Uriah G. <codeitlikemiley@gmail.com>" ]
66description = " A CLI tool (snip-cli) for managing Neovim and VSCode snippets"
@@ -14,24 +14,20 @@ categories = ["command-line-utilities"]
1414name = " snip"
1515path = " src/main.rs"
1616
17- # Used when Bunding for OSX
18- [[bin ]]
19- name = " snip-cli"
20- path = " src/main.rs"
21-
2217
2318# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2419
2520[dependencies ]
26- anyhow = " 1.0.75 "
27- clap = { version = " 4.4.11 " , features = [" cargo" , " derive" , " string" ] }
28- serde = { version = " 1.0.193 " , features = [" derive" ] }
29- serde_json = " 1.0.108 "
30- tokio = { version = " 1.35 .0" , features = [" full" ] }
31- tempfile = { version = " 3.8.1 " , features = [] }
21+ anyhow = " 1.0.94 "
22+ clap = { version = " 4.5.23 " , features = [" cargo" , " derive" , " string" ] }
23+ serde = { version = " 1.0.215 " , features = [" derive" ] }
24+ serde_json = " 1.0.133 "
25+ tokio = { version = " 1.42 .0" , features = [" full" ] }
26+ tempfile = { version = " 3.14.0 " , features = [] }
3227prettytable = " 0.10.0"
3328dirs-next = " 2.0.0"
3429dotenv = { version = " 0.15.0" , features = [" clap" ] }
30+ opener = " 0.7.2"
3531
3632[package .metadata .bundle ]
3733name = " snip" # The name of your application
@@ -40,7 +36,7 @@ copyright = "Copyright (c) codeitlikemiley 2023. All rights reserved."
4036category = " Developer Tool"
4137short_description = " A CLI tool for managing Neovim and VSCode snippets"
4238long_description = " A CLI tool for managing Neovim and VSCode snippets"
43- version = " 0.1.1 " # Version of your application
39+ version = " 0.1.2 " # Version of your application
4440osx_url_schemes = [
4541 " com.codeitlikemiley.snip" ,
4642] # URL schemes your application supports
0 commit comments