1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00
Commit graph

28 commits

Author SHA1 Message Date
71961268c4
add include directive to Cargo.toml to reduce crate size 2020-12-28 18:57:47 +01:00
9efc1cb192
bump version to 0.1.1 and add changelog 2020-12-28 18:35:48 +01:00
7851b50bcd
update itertools to 0.10 and mark it as optional 2020-12-28 18:11:29 +01:00
6ded517824
update futures to 0.3.7 (https://rustsec.org/advisories/RUSTSEC-2020-0059.html) 2020-11-04 19:34:25 +01:00
1369d25c8a
bump version to 0.1.0 2020-10-02 14:21:56 +02:00
a0059fd7b9
some dependency updates 2020-10-02 13:37:33 +02:00
38feb5b781
oops 2020-09-15 15:12:11 +02:00
d55b0897e9
update to gotham 0.5 and start using rustfmt 2020-09-15 15:10:41 +02:00
f72b9ac797
bump version to 0.1.0-rc0 2020-05-20 23:55:19 +02:00
912f030bfd
improve the From impl for AuthErrorOrOther #20 2020-05-20 19:51:54 +02:00
0b06528742
fix #19 remove ugly regex 2020-05-20 19:36:07 +02:00
c1cb0e692a
gotham finally has a release candidate 2020-05-20 09:33:12 +02:00
e5e9cd5d3c
openapi spec tests 2020-05-19 21:07:29 +02:00
f20c768d02
cors preflight 2020-05-14 23:30:59 +02:00
748bf65d3e
cors for non-preflight requests 2020-05-13 19:11:22 +02:00
5587ded60d
merge workspace and main crate 2020-05-05 23:18:05 +02:00
f425f21ff3
update jsonwebtoken, futures, and hyper and co 2020-04-14 17:44:07 +02:00
fbcc626478
write tests for the openapi types 2020-04-13 02:46:01 +02:00
78be60b1a4
tidy up 2019-10-20 17:42:33 +02:00
4ef216e8c8
add proc macro derive for openapitype 2019-10-02 10:59:25 +02:00
84ff8acc68
add chrono support 2019-10-01 01:11:43 +02:00
8b0d655ebb
registration of openapi handler 2019-09-30 17:34:48 +02:00
df1d11e42d
start adding openapi support 2019-09-29 21:15:22 +02:00
8db145587f
get resources work 2019-09-27 16:36:38 +02:00
595705ee31
add logger for example 2019-09-27 15:56:23 +02:00
d5c0ebde70
working example 2019-09-27 15:45:54 +02:00
a42d9750ef
attempt testing (doesn't work) 2019-09-27 15:35:02 +02:00
4a7aa6eef5
initial commit 2019-09-26 17:24:40 +02:00