This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
starting v0.2 branch
master
Jonathan Strong
7 years ago
parent
021f96d2a1
commit
818b7a7784
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Cargo.toml
+ 1
- 2
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
[package]
name = "logging"
name = "logging"
version = "0.
1
.0"
version = "0.
2
.0"
authors = ["Jonathan Strong <jstrong@legis.io>"]
authors = ["Jonathan Strong <jstrong@legis.io>"]
[dependencies]
[dependencies]
@@ -13,7 +13,6 @@ termion = "1.4.0"
slog = "2.0.6"
slog = "2.0.6"
sloggers = "0.2"
sloggers = "0.2"
slog-term = "2"
slog-term = "2"
# shuteye = "^0"
# chashmap = "2"
# chashmap = "2"
windows = { path = "../windows" }
windows = { path = "../windows" }
Write
Preview
Loading…
Cancel
Save