Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24894611
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/rocket-legacy/Cargo.toml b/rocket-legacy/Cargo.toml
index d97e33c..1627909 100644
--- a/rocket-legacy/Cargo.toml
+++ b/rocket-legacy/Cargo.toml
@@ -1,38 +1,38 @@
[package]
name = "limiting-factor"
version = "0.8.0"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>",
]
description = "Library to create a REST API with Diesel and Rocket"
readme = "README.md"
keywords = [
"Diesel",
"API",
"Rocket",
"REST",
]
categories = [
"web-programming",
]
license = "BSD-2-Clause"
repository = "https://devcentral.nasqueron.org/source/limiting-factor/"
edition = "2015"
[dependencies]
diesel = { version = "^1.4.8", features = ["postgres", "r2d2", "chrono"], optional = true }
dotenv = "^0.15.0"
-log = "^0.4.14"
+log = "^0.4.28"
r2d2 = { version = "^0.8.10", optional = true }
rocket = "^0.4.11"
rocket_contrib = { version = "^0.4.11", features = [ "json" ] }
-serde = { version = "^1.0.159", features = [ "derive" ], optional = true }
+serde = { version = "^1.0.226", features = [ "derive" ], optional = true }
[features]
default = ["minimal"]
minimal = ["serialization"]
full = ["pgsql", "serialization"]
pgsql = ["diesel", "r2d2"]
serialization = ["serde"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Mar 18, 12:59 (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3539901
Default Alt Text
(1 KB)
Attached To
Mode
rLF Limiting Factor
Attached
Detach File
Event Timeline
Log In to Comment