Page MenuHomeDevCentral

No OneTemporary

diff --git a/axum/Cargo.toml b/axum/Cargo.toml
index 08bd237..eb14dba 100644
--- a/axum/Cargo.toml
+++ b/axum/Cargo.toml
@@ -1,36 +1,35 @@
[package]
name = "limiting-factor-axum"
version = "0.1.0"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>",
]
description = "Library to create a REST API with axum"
readme = "README.md"
keywords = [
"API",
"axum",
"REST",
]
categories = [
"web-programming",
]
license = "BSD-2-Clause"
repository = "https://devcentral.nasqueron.org/source/limiting-factor/"
edition = "2024"
[dependencies]
axum = "0.8.4"
-limiting-factor-core = { path="../core" }
+limiting-factor-core = { path="../core", version="1.0.0" }
serde = { version = "^1.0.226", features = [ "derive" ], optional = true }
http-body-util = "0.1.3"
tokio = "1.47.1"
log = "0.4.28"
-tower-service = "0.3.3"
[features]
default = ["minimal"]
minimal = ["serialization"]
full = ["serialization"]
serialization = ["serde"]

File Metadata

Mime Type
text/x-diff
Expires
Wed, Mar 18, 13:01 (23 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3538980
Default Alt Text
(984 B)

Event Timeline