tangled
alpha
login
or
join now
footnotes.social
/
core
10
fork
atom
Link aggregation and post comments on ATProto!
10
fork
atom
overview
issues
1
pulls
pipelines
cargo: Initialize project
isaaccorbrey.com
5 months ago
64e8fdae
179a4912
verified
This commit was signed with the committer's
known signature
.
isaaccorbrey.com
SSH Key Fingerprint:
SHA256:mwogCTZEXIXrYk4l7PaavTNPxe1Xqjf5jMIBe0LvAHU=
+9
2 changed files
expand all
collapse all
unified
split
.gitignore
Cargo.toml
+1
.gitignore
···
1
1
+
/target
+8
Cargo.toml
···
1
1
+
[package]
2
2
+
name = "footnotes"
3
3
+
version = "0.1.0"
4
4
+
edition = "2024"
5
5
+
6
6
+
[workspace]
7
7
+
members = []
8
8
+
resolver = "2"