Skip to content

Commit

Permalink
Merge pull request #1 from Zylatis/release/0.1.1
Browse files Browse the repository at this point in the history
initial release
  • Loading branch information
Zylatis authored Dec 22, 2021
2 parents 7bdb651 + 792004c commit 3f8b602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "turnstiles"
version = "0.1.0"
version = "0.1.1"
authors = ["Graeme Gossel <[email protected]>"]
description = "Seamless file rotation"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT"
homepage = "https://github.com/Zylatis/turnstiles"
repository = "https://github.com/Zylatis/turnstiles"

[dependencies]
anyhow = "1.0"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Turnstiles

![example workflow](https://github.com/Zylatis/turnstiles/actions/workflows/rust.yml/badge.svg)

A WIP library which wraps the `io::Write` trait to enable file rotation i.e. for logs. The goal is to enable file rotation at the file handle level and do so with as few dependencies as possible.

Implemented/planned rotation conditions:
Expand Down

0 comments on commit 3f8b602

Please sign in to comment.