diff options
| author | Brian Anderson <[email protected]> | 2011-05-05 22:44:00 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-10 21:31:14 -0400 |
| commit | a8e8585fbc9766d6d65c537c89e960954529e45e (patch) | |
| tree | 8464de7973c99ecf7655f1dd554e6b3af2132ef8 | |
| parent | Add targets for building rustc as a library (diff) | |
| download | rust-a8e8585fbc9766d6d65c537c89e960954529e45e.tar.xz rust-a8e8585fbc9766d6d65c537c89e960954529e45e.zip | |
Add meta info to rustc.rc
| -rw-r--r-- | src/comp/rustc.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 816a4503..de11256c 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -1,6 +1,12 @@ // -*- rust -*- +meta (name = "rustc", + desc = "The Rust compiler", + uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf", + url = "http://rust-lang.org/src/rustc", + ver = "0.0.1"); + use std; mod middle { |