Skip to content

Instantly share code, notes, and snippets.

@supr
Created March 6, 2017 19:47
Show Gist options
  • Save supr/15cce0f694fb95ff58af280671cfdf65 to your computer and use it in GitHub Desktop.
Save supr/15cce0f694fb95ff58af280671cfdf65 to your computer and use it in GitHub Desktop.

Revisions

  1. supr created this gist Mar 6, 2017.
    15 changes: 15 additions & 0 deletions Cargo.toml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    [package]
    name = "ed"
    version = "0.1.0"
    authors = ["p"]

    [dependencies]
    log = "0.3.6"
    hyper = "0.10.5"
    hyper-native-tls = "0.2.2"
    tendril = "0.2.3"
    html5ever = "0.13.1"
    html5ever-atoms = "0.2"
    error-chain = "0.10.0"
    env_logger = "0.4.1"
    flate2 = "0.2.17