tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
proper caching (full turbo :))
Natalie Bridgers
5 months ago
922f4c2e
16ae084e
+2
-2
2 changed files
expand all
collapse all
unified
split
Cargo.toml
turbo.json
+1
-1
Cargo.toml
···
44
44
"handshake",
45
45
] }
46
46
atrium-api = "0.25"
47
47
-
chrono = "0.4"
47
47
+
chrono = { version = "0.4", features = ["serde"] }
48
48
uuid = { version = "1.0", features = ["v4", "serde"] }
49
49
types = { path = "services/types" }
50
50
rocketman = "0.2.3"
+1
-1
turbo.json
···
10
10
},
11
11
"build:rust": {
12
12
"dependsOn": ["^build"],
13
13
-
"outputs": ["../target/**", "./target/**"]
13
13
+
"outputs": ["../../target/**"]
14
14
},
15
15
"check-types": {
16
16
"dependsOn": ["^check-types"]