Skip to content

Commit

Permalink
Improve cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Nov 24, 2024
1 parent 9d106c6 commit 8cb5c85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[package]
name = "rquickjs-module"
repository = "https://github.com/rquickjs/rquickjs-module"
description = "An improved module system for rquickjs"
license = "MIT"
authors = [
"Emile Fugulin <code@efugulin.com>",
"Richard Davison <richard.davison1@gmail.com>",
]
version = "0.0.1"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 rquickjs
Copyright (c) 2024 Emile Fugulin & Richard Davison

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 8cb5c85

Please sign in to comment.