index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
model
/
login.rs
blob: c7a10ba451025655e7cfa3fffc22d5ae9862fb10 (
plain
)
1
2
3
4
5
#[derive(Debug)]
pub
struct
Login
{
pub
email
:
String
,
pub
password
:
String
,
}