steid
Sign in
@jamesgill
/
steid
Code
Commits
3475719
At commit 3475719
Branches
main
steid
/
Cargo.toml
167 B
Code
·
Blame
·
Raw
1111df1
feat: init
1mo
1
[
package
]
2
name
=
"
steid
"
3
version
=
"
0.1.0
"
4
edition
=
"
2024
"
5
6
[
dependencies
]
e6f4874
feat: topcoat skeleton serving a page
1mo
7
tokio
=
{
version
=
"
1.53.1
"
,
features
=
[
"
rt-multi-thread
"
,
"
macros
"
]
}
8
topcoat
=
"
0.5.0
"