tangled
alpha
login
or
join now
owencampbell.ca
/
now-listening
Visualization of teal.fm records
0
fork
atom
overview
issues
pulls
pipelines
Initial commit
Owen Campbell
1 month ago
f1456a3a
options
unified
split
Changed files
+10
.gitignore
Cargo.toml
src
main.rs
+1
.gitignore
···
1
1
+
/target
+6
Cargo.toml
···
1
1
+
[package]
2
2
+
name = "now_listening"
3
3
+
version = "0.1.0"
4
4
+
edition = "2024"
5
5
+
6
6
+
[dependencies]
+3
src/main.rs
···
1
1
+
fn main() {
2
2
+
println!("Hello, world!");
3
3
+
}