fs - simple file server

shard.yml at tip
Login

shard.yml at tip

File shard.yml from the latest check-in


name: fs
version: 0.1.0

authors:
  - Mark Alexander <marka@pobox.com>

targets:
  fs:
    main: src/fs.cr

crystal: '>= 1.10.0'

license: MIT

dependencies:
  logger:
    github: crystal-lang/logger.cr