bumping version, add csrf dependency

This commit is contained in:
neil 2020-11-04 20:02:21 +01:00
parent 6db862848f
commit e2fdf128ec
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sncf" name = "sncf"
version = "1.0.0" version = "1.2.0"
authors = ["Association 42l <contact@noreply.example.org>"] authors = ["Association 42l <contact@noreply.example.org>"]
edition = "2018" edition = "2018"
@ -27,3 +27,4 @@ regex = "1.3"
base64 = "0.13" base64 = "0.13"
rand = "0.7" rand = "0.7"
askama = "0.10" askama = "0.10"
csrf = "0.4"