Skip to content

Commit

Permalink
Add Cargo skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanosis committed Apr 12, 2017
1 parent 0fd6ea3 commit e499fa7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target
Cargo.lock
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
name = "microstatus"
version = "0.0.1"
description = "Lightweight Mastodon- and GNU social-compatible OStatus server implementation"

authors = ["Jérémie Roquet <jroquet@arkanosis.net>"]

documentation = "https://github.com/Arkanosis/microstatus"
homepage = "https://github.com/Arkanosis/microstatus"
repository = "https://github.com/Arkanosis/microstatus"

readme = "README.md"
license = "ISC"

keywords = ["microblog", "ostatus", "mastodon", "gnu-social", "social-network"]
categories = ["command-line-utilities"]
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {

}

0 comments on commit e499fa7

Please sign in to comment.