Skip to content

Commit 801aacb

Browse files
committed
housekeeping
1 parent 96d4524 commit 801aacb

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
Cargo.lock

Cargo.lock

Lines changed: 0 additions & 16 deletions
This file was deleted.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "nanomp3"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
description = "Pure Rust no_std MP3 decoder. Based on minimp3"
8+
documentation = "https://docs.rs/nanomp3"
89
repository = "https://github.com/robbie01/nanomp3"
910
authors = ["Robert B. Langer <robbie@sohio.net>"]
10-
categories = ["multimedia", "multimedia::audio", "multimedia::encoding", "no-std"]
11+
categories = ["multimedia", "multimedia::audio", "multimedia::encoding", "no-std", "no-std::no-alloc"]
1112
keywords = ["audio", "codec", "decoder", "mp3", "mpeg"]
1213

1314
[dev-dependencies]

0 commit comments

Comments
 (0)