Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239845
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/Cargo.toml b/Cargo.toml
index 62f08e6..599ed9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,35 +1,35 @@
[package]
name = "limiting-factor"
-version = "0.2.0"
+version = "0.3.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/"
[dependencies]
diesel = { version = "^1.0.0", features = ["postgres", "r2d2", "chrono"], optional = true }
dotenv = "0.9.0"
log = "^0.4.4"
r2d2 = { version = "^0.8.2", optional = true }
rocket = "^0.3.16"
rocket_contrib = { version = "^0.3.16", features = [ "json" ] }
serde = { version = "1.0", optional = true }
[features]
default = ["pgsql", "serialization"]
minimal = ["serialization"]
pgsql = ["diesel", "r2d2"]
serialization = ["serde"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 00:38 (19 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064349
Default Alt Text
(1 KB)
Attached To
Mode
rLF Limiting Factor
Attached
Detach File
Event Timeline
Log In to Comment