Skip to content

Commit

Permalink
[RS] Adds initial files
Browse files Browse the repository at this point in the history
This adds files generated from running `cargo new uxid` along with basic
updates to the Cargo.toml configuration.

Relates #30
  • Loading branch information
johnnyt committed Nov 22, 2020
1 parent f6d8d71 commit 4d52d5b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions impl/rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions impl/rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "uxid"
version = "0.0.1"
description = "User eXperience based IDentifiers"
authors = ["JohnnyT <[email protected]>"]
repository = "https://github.com/riddler/uxid"
license = "MIT"
readme = "../../README.md"
edition = "2018"

keywords = ["uxid"]

[dependencies]
3 changes: 3 additions & 0 deletions impl/rs/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("uxid coming soon");
}

0 comments on commit 4d52d5b

Please sign in to comment.