-
- Downloads
Import initial des fichiers. WIP.
Cargo.toml
0 → 100644
[package] | ||
name = "parselog" | ||
version = "0.1.0" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
gethostname = "0.4.3" | ||
regex = "1.9.5" | ||
rusqlite = { version = "0.29.0", features = ["bundled"] } | ||
syslog = "6.1.0" | ||
[[bin]] | ||
name = "parselog" | ||
path = "parselog.rs" |
parselog.rs
0 → 100644
Please register or sign in to comment