Skip to content

Commit

Permalink
🔧 Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Nov 21, 2024
1 parent cce34ac commit f4037cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "template-rs"
name = "ast"
authors = ["29 <791603901@qq.com>"]
version = "0.0.1"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["template"]
categories = ["multimedia::audio"]
repository = "https://github.com/opensound-org/template-rs"
homepage = "https://github.com/opensound-org/template-rs"
keywords = ["std", "anyhow", "result", "collections", "extensions"]
categories = ["algorithms", "asynchronous", "data-structures", "memory-management", "rust-patterns"]
repository = "https://github.com/opensound-org/ast"
homepage = "https://github.com/opensound-org/ast"
description = """
🚧 Template for Rust repositories used by `opensound-org` (WIP, nothing usable for now).
🚧 Addons for the rust Standard library and Tokio (WIP, nothing usable for now).
"""
edition = "2021"

@@ -25,5 +25,7 @@ all-features = true

[dependencies]

[dev-dependencies]

[build-dependencies]
version_check = "0.9.5"

0 comments on commit f4037cd

Please sign in to comment.