Initial commit
This commit is contained in:
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "opds"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
url = "2"
|
||||
inotify = "0.11.0"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
envman = "2.0.0"
|
||||
uuid = { version = "1.18.1", features = [
|
||||
"v4",
|
||||
"v7",
|
||||
"v5",
|
||||
"fast-rng",
|
||||
"macro-diagnostics",
|
||||
"zerocopy",
|
||||
"rng",
|
||||
] }
|
||||
quick-xml = { version = "0.38.3", features = ["serialize", "serde"] }
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
Reference in New Issue
Block a user