session_log 0.2.4

A simple session log library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name        = "session_log"

version     = "0.2.4"

edition     = "2021"

license     = "MIT"

repository  = "https://githib.com/tnthung/session_log"

description = "A simple session log library for Rust."



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

uuid      = "1.8.0"

chrono    = "0.4.38"

once_cell = "1.19.0"



[features]

async = []