Skip to content

Commit b736a3b

Browse files
committed
prepare to publish to crates.io
1 parent 670d886 commit b736a3b

File tree

3 files changed

+8
-116
lines changed

3 files changed

+8
-116
lines changed

Cargo.lock

Lines changed: 0 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@ name = "system_media"
33
version = "0.1.0"
44
edition = "2024"
55

6-
[dependencies]
7-
swift-rs = { version = "1.0.7", features = ["build"] }
6+
authors = ["William Gibbs <[email protected]>"]
7+
description = "Rust crate for interacting with the NowPlaying API"
8+
license = "MIT"
9+
repository = "https://github.com/wgibbs-rs/system_media"
10+
readme = "README.md"
11+
keywords = ["rust", "swift", "nowplaying", "macos", "audio", "video"]
12+
categories = ["external-ffi-bindings", "multimedia::audio", "multimedia::video"]

src/lib.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,4 @@ impl MediaSession {
134134
pub fn stop(&self) {
135135
self.backend.stop_session();
136136
}
137-
}
138-
139-
#[cfg(test)]
140-
mod tests {
141-
use super::*;
142-
143-
#[test]
144-
fn it_works() {}
145-
}
137+
}

0 commit comments

Comments
 (0)