rusti-cal 0.3.0

⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`. Written in Rust 🦀
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Arthur Henrique <arthur393@gmail.com>"]
categories = ["command-line-utilities"]
description = "⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`. Written in Rust 🦀"
edition = "2018"
keywords = ["calendar", "cal"]
license-file = "LICENSE"
name = "rusti-cal"
readme = "README.md"
repository = "https://github.com/arthurhenrique/rusti-cal"
version = "0.3.0"