Skip to content

Commit

Permalink
Clean up some things. Notes are now on my notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stridsvagn69420 committed Jan 20, 2024
1 parent c405e66 commit e616667
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 103 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cyrkensia"
description = "Music Repository Server"
description = "A simple music server"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
Expand All @@ -12,8 +12,9 @@ homepage = "https://github.com/Stridsvagn69420/Cyrkensia"
documentation = "https://docs.rs/cyrkensia"
authors = ["Stridsvagn69420"]
categories = ["web-programming::http-server", "web-programming", "multimedia", "multimedia::audio", "filesystem"]
keywords = ["music", "server", "repository"]
keywords = ["music", "server", "audio", "repository"]
default-run = "cyrkensia"
exclude = [ ".github/", ".vscode/", "SECURITY.md", "target/", ".*" ]

[dependencies]

Expand All @@ -37,6 +38,5 @@ targets = [
"x86_64-pc-windows-gnu",
"aarch64-unknown-linux-gnu",
"x86_64-unknown-openbsd",
"x86_64-unknown-freebsd",
"x86_64-apple-darwin"
"x86_64-unknown-freebsd"
]
88 changes: 0 additions & 88 deletions DEV-NOTES.txt

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
![Stars](https://img.shields.io/github/stars/Stridsvagn69420/Cyrkensia.svg)
![Downloads](https://img.shields.io/crates/d/cyrkensia.svg)

Music Repository Server
A simple music server

<!--TODO: Add larger description here-->

# Installation
WIP.

# Usage
WIP.
<!-- TODO: Add more description -->
7 changes: 4 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Security Policy
## Supported Version
* Only the rewritten Rust Version is supported! Earlier Go Versions of Cyrkensia are deprecated and there won't be any support.
* Custom modified builds or nightly builds are not supported! Only issues related to untouched code on a stable build are dealt with.
- Only the rewritten Rust Version is supported! Earlier Go Versions of Cyrkensia are deprecated and there won't be any support.
- Custom modified builds or nightly builds are not supported! Only issues related to untouched code on a stable build are dealt with.
- Note that also only the latest stable release is supported. I think this is very obvious.

## Reporting a Vulnerability
Vulnerabilities can be reported as usual via the Security Advisory, but also as a GitHub Issue. I don't expect any major CVEs.
Vulnerabilities can be reported as usual via the Security Advisory, but also as a GitHub Issue. I don't expect any major CVEs. Though this policy might change in the future.

0 comments on commit e616667

Please sign in to comment.