Skip to content

Commit

Permalink
Metadata for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Apr 24, 2024
1 parent 57d44c2 commit ec4612c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "owoverlay"
description = "A very simple configurable key overlay written in Rust."
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Speykious <[email protected]>"]
repository = "https://github.com/Speykious/OwOverlay"

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
Expand All @@ -18,4 +22,5 @@ winit = { version = "0.29.7", features = ["rwh_05"] }

[dependencies.loki-draw]
git = "https://github.com/loki-chat/loki-draw"
version = "0.1.0"
rev = "bdb0404"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Speykious <speykious@gmail.com>
Copyright (c) 2023 Speykious <speykious[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ec4612c

Please sign in to comment.