mirror of
https://github.com/Fare-spec/Oxylos.git
synced 2025-12-07 10:20:37 +00:00
Started project
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "oxylos"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
chrono = { version = "0.4", features = ["clock"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
colored = "2"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
filetime = "0.2.26"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
Reference in New Issue
Block a user