Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

proper caching (full turbo :))

Changed files
+2 -2
+1 -1
Cargo.toml
··· 44 44 "handshake", 45 45 ] } 46 46 atrium-api = "0.25" 47 - chrono = "0.4" 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 - "outputs": ["../target/**", "./target/**"] 13 + "outputs": ["../../target/**"] 14 14 }, 15 15 "check-types": { 16 16 "dependsOn": ["^check-types"]