Browse Source

first commit

main 0.1.0
Logan Koester 3 years ago
commit
ab7a049820
No known key found for this signature in database GPG Key ID: EBA7BD5CB8B7CB94
  1. 3
      README.md
  2. 24
      Smaug.toml

3
README.md

@ -0,0 +1,3 @@
# Test package
> Nothing to see here :-)

24
Smaug.toml

@ -0,0 +1,24 @@
[package]
name = "test-package"
authors = ["Logan Koester <logan@logankoester.com>"]
version = "0.1.0"
homepage = "https://smaug.dev"
keywords = []
# Optional:
# documentation = "https://example.com"
# repository = "http://github.com/example/example"
# Which files do you want to be automatically required from your package.
# requires = ["lib/library.rb"]
[package.installs]
# Example
#
# <from> = <to>
# "lib/library.rb" = "app/lib/library.rb"
[dragonruby]
version = "2"
edition = "standard"
Loading…
Cancel
Save